#840DBF

Color #840DBF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #840DBF

Tints of Dark Violet #840DBF

Color information

#840DBF (or 0x840DBF) is unknown color: approx Dark Violet. HEX triplet: 84, 0D and BF. RGB value is (132,13,191). Sum of RGB (Red+Green+Blue) = 132+13+191=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #840DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840DBF is #7BF240. Grayscale: #444444. Windows color (decimal): -8122945 or 12520836. OLE color: 12520836.

HSL color Cylindrical-coordinate representation of color #840DBF: hue angle of 280.11º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840DBF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13213191-
CMYK0.310.9300.25
HSL280.11º87.25%40%-
HSV(B)280.11º93.19%74.9%-
XYZ19.068.9550.01-
YUV68.87196.92173.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 13 (5.47% from 255) = 3.87%
BLUE value IS 191 (75% from 255) = 56.85%
R=39.29%
G=3.87%
B=56.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132131910.310.9300.25280.1187.2540
Hex84DBF1F5D0191185728
Octal204152773713503143012750
Binary100001001101101111111111110111010110011000110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840DBF; }

 p { color: rgb(132,13,191); }

 H1.HeaderClassName
 {
   color: #840DBF;
 }
 .AnyTagClassName
 {
   color: #840DBF;
 }
</style>
background-color css

<style>
 a { background-color: #840DBF; }

 a { background-color: rgb(132,13,191); }

 div.DivClassName
 {
   background-color: #840DBF;
 }
 .BgClassName
 {
   background-color: #840DBF;
 }
</style>
border-color css

<style>
 span { border-color: #840DBF; }

 span { border-color: rgb(132,13,191); }

 td.TdClassName
 {
   border-color: #840DBF;
 }
 .TagClassName
 {
   border-color: #840DBF;
 }
</style>