Shades of Dark Violet #8604C8
Tints of Dark Violet #8604C8
RGB
CMYK
RGB Variations
Color information
#8604C8 (or 0x8604C8) is known color: Dark Violet. HEX triplet: 86, 04 and C8. RGB value is (134,4,200). Sum of RGB (Red+Green+Blue) = 134+4+200=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 200 (78.52% from 255 or 59.17% from 338); Max value from RGB is 200 - color contains mainly: blue. Hex color #8604C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8604C8 is #79FB37. Grayscale: #404040. Windows color (decimal): -7994168 or 13108358. OLE color: 13108358.
HSL color Cylindrical-coordinate representation of color #8604C8: hue angle of 279.8º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8604C8 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 4 | 200 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.22 |
| HSL | 279.8º | 0.96% | 0.4% | - |
| HSV(B) | 279.8º | 0.98% | 0.78% | - |
| XYZ | 20.3 | 9.33 | 55.37 | - |
| YUV | 65.21 | 204.07 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 200 | 0.33 | 0.98 | 0 | 0.22 | 279.8 | 0.96 | 0.4 |
| Hex | 86 | 4 | C8 | 21 | 62 | 0 | 16 | 118 | 60 | 28 |
| Octal | 206 | 4 | 310 | 41 | 142 | 0 | 26 | 430 | 140 | 50 |
| Binary | 10000110 | 100 | 11001000 | 100001 | 1100010 | 0 | 10110 | 100011000 | 1100000 | 101000 |
Color Harmonies of #8604C8
Complementary color
Monochromatic Colors of #8604C8
Black with #8604C8
Text Example
Text Example
White with #8604C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8604C8; }
p { color: rgb(134,4,200); }
H1.HeaderClassName
{
color: #8604C8;
}
.AnyTagClassName
{
color: #8604C8;
}
</style>
background-color css
<style>
a { background-color: #8604C8; }
a { background-color: rgb(134,4,200); }
div.DivClassName
{
background-color: #8604C8;
}
.BgClassName
{
background-color: #8604C8;
}
</style>
border-color css
<style>
span { border-color: #8604C8; }
span { border-color: rgb(134,4,200); }
td.TdClassName
{
border-color: #8604C8;
}
.TagClassName
{
border-color: #8604C8;
}
</style>