#840BBF

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

Shades of Dark Violet #840BBF

Tints of Dark Violet #840BBF

Color information

#840BBF (or 0x840BBF) is unknown color: approx Dark Violet. HEX triplet: 84, 0B and BF. RGB value is (132,11,191). Sum of RGB (Red+Green+Blue) = 132+11+191=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #840BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840BBF is #7BF440. Grayscale: #434343. Windows color (decimal): -8123457 or 12520324. OLE color: 12520324.

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

Color convert

RGB13211191-
CMYK0.310.9400.25
HSL280.33º89.11%39.61%-
HSV(B)280.33º94.24%74.9%-
XYZ19.048.9150.01-
YUV67.7197.59173.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 11 (4.69% from 255) = 3.29%
BLUE value IS 191 (75% from 255) = 57.19%
R=39.52%
G=3.29%
B=57.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132111910.310.9400.25280.3389.1139.61
Hex84BBF1F5E0191185928
Octal204132773713603143013150
Binary100001001011101111111111110111100110011000110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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