Shades of Dark Violet #8604DF
Tints of Dark Violet #8604DF
RGB
CMYK
RGB Variations
Color information
#8604DF (or 0x8604DF) is known color: Dark Violet. HEX triplet: 86, 04 and DF. RGB value is (134,4,223). Sum of RGB (Red+Green+Blue) = 134+4+223=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #8604DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8604DF is #79FB20. Grayscale: #434343. Windows color (decimal): -7994145 or 14615686. OLE color: 14615686.
HSL color Cylindrical-coordinate representation of color #8604DF: hue angle of 275.62º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8604DF is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 4 | 223 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.13 |
| HSL | 275.62º | 0.96% | 0.45% | - |
| HSV(B) | 275.62º | 0.98% | 0.87% | - |
| XYZ | 23.19 | 10.48 | 70.61 | - |
| YUV | 67.84 | 215.57 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 223 | 0.40 | 0.98 | 0 | 0.13 | 275.62 | 0.96 | 0.45 |
| Hex | 86 | 4 | DF | 28 | 62 | 0 | D | 114 | 60 | 2D |
| Octal | 206 | 4 | 337 | 50 | 142 | 0 | 15 | 424 | 140 | 55 |
| Binary | 10000110 | 100 | 11011111 | 101000 | 1100010 | 0 | 1101 | 100010100 | 1100000 | 101101 |
Color Harmonies of #8604DF
Complementary color
Monochromatic Colors of #8604DF
Black with #8604DF
Text Example
Text Example
White with #8604DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8604DF; }
p { color: rgb(134,4,223); }
H1.HeaderClassName
{
color: #8604DF;
}
.AnyTagClassName
{
color: #8604DF;
}
</style>
background-color css
<style>
a { background-color: #8604DF; }
a { background-color: rgb(134,4,223); }
div.DivClassName
{
background-color: #8604DF;
}
.BgClassName
{
background-color: #8604DF;
}
</style>
border-color css
<style>
span { border-color: #8604DF; }
span { border-color: rgb(134,4,223); }
td.TdClassName
{
border-color: #8604DF;
}
.TagClassName
{
border-color: #8604DF;
}
</style>