#8416B6

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

Shades of Dark Violet #8416B6

Tints of Dark Violet #8416B6

Color information

#8416B6 (or 0x8416B6) is unknown color: approx Dark Violet. HEX triplet: 84, 16 and B6. RGB value is (132,22,182). Sum of RGB (Red+Green+Blue) = 132+22+182=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #8416B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8416B6 is #7BE949. Grayscale: #484848. Windows color (decimal): -8120650 or 11933316. OLE color: 11933316.

HSL color Cylindrical-coordinate representation of color #8416B6: hue angle of 281.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8416B6 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13222182-
CMYK0.270.8800.29
HSL281.25º78.43%40%-
HSV(B)281.25º87.91%71.37%-
XYZ18.258.8645-
YUV73.13189.44169.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 22 (8.98% from 255) = 6.55%
BLUE value IS 182 (71.48% from 255) = 54.17%
R=39.29%
G=6.55%
B=54.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132221820.270.8800.29281.2578.4340
Hex8416B61B5801D1194e28
Octal204262663313003543111650
Binary1000010010110101101101101110110000111011000110011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8416B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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