Shades of Dark Violet #8608DC
Tints of Dark Violet #8608DC
RGB
CMYK
RGB Variations
Color information
#8608DC (or 0x8608DC) is known color: Dark Violet. HEX triplet: 86, 08 and DC. RGB value is (134,8,220). Sum of RGB (Red+Green+Blue) = 134+8+220=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #8608DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8608DC is #79F723. Grayscale: #454545. Windows color (decimal): -7993124 or 14420102. OLE color: 14420102.
HSL color Cylindrical-coordinate representation of color #8608DC: hue angle of 275.66º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8608DC is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 8 | 220 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.14 |
| HSL | 275.66º | 0.93% | 0.45% | - |
| HSV(B) | 275.66º | 0.96% | 0.86% | - |
| XYZ | 22.84 | 10.41 | 68.52 | - |
| YUV | 69.84 | 212.74 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 220 | 0.39 | 0.96 | 0 | 0.14 | 275.66 | 0.93 | 0.45 |
| Hex | 86 | 8 | DC | 27 | 60 | 0 | E | 114 | 5D | 2D |
| Octal | 206 | 10 | 334 | 47 | 140 | 0 | 16 | 424 | 135 | 55 |
| Binary | 10000110 | 1000 | 11011100 | 100111 | 1100000 | 0 | 1110 | 100010100 | 1011101 | 101101 |
Color Harmonies of #8608DC
Complementary color
Monochromatic Colors of #8608DC
Black with #8608DC
Text Example
Text Example
White with #8608DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8608DC; }
p { color: rgb(134,8,220); }
H1.HeaderClassName
{
color: #8608DC;
}
.AnyTagClassName
{
color: #8608DC;
}
</style>
background-color css
<style>
a { background-color: #8608DC; }
a { background-color: rgb(134,8,220); }
div.DivClassName
{
background-color: #8608DC;
}
.BgClassName
{
background-color: #8608DC;
}
</style>
border-color css
<style>
span { border-color: #8608DC; }
span { border-color: rgb(134,8,220); }
td.TdClassName
{
border-color: #8608DC;
}
.TagClassName
{
border-color: #8608DC;
}
</style>