#8412B6

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

Shades of Dark Violet #8412B6

Tints of Dark Violet #8412B6

Color information

#8412B6 (or 0x8412B6) is unknown color: approx Dark Violet. HEX triplet: 84, 12 and B6. RGB value is (132,18,182). Sum of RGB (Red+Green+Blue) = 132+18+182=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #8412B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412B6 is #7BED49. Grayscale: #464646. Windows color (decimal): -8121674 or 11932292. OLE color: 11932292.

HSL color Cylindrical-coordinate representation of color #8412B6: hue angle of 281.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8412B6 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13218182-
CMYK0.270.9000.29
HSL281.71º82%39.22%-
HSV(B)281.71º90.11%71.37%-
XYZ18.188.7244.98-
YUV70.78190.77171.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 182 (71.48% from 255) = 54.82%
R=39.76%
G=5.42%
B=54.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132181820.270.9000.29281.718239.22
Hex8412B61B5A01D11a5227
Octal204222663313203543212247
Binary1000010010010101101101101110110100111011000110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8412B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8412B6; }

 p { color: rgb(132,18,182); }

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

<style>
 a { background-color: #8412B6; }

 a { background-color: rgb(132,18,182); }

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

<style>
 span { border-color: #8412B6; }

 span { border-color: rgb(132,18,182); }

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