Shades of Dark Violet #8608DE
Tints of Dark Violet #8608DE
RGB
CMYK
RGB Variations
Color information
#8608DE (or 0x8608DE) is known color: Dark Violet. HEX triplet: 86, 08 and DE. RGB value is (134,8,222). Sum of RGB (Red+Green+Blue) = 134+8+222=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #8608DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8608DE is #79F721. Grayscale: #454545. Windows color (decimal): -7993122 or 14551174. OLE color: 14551174.
HSL color Cylindrical-coordinate representation of color #8608DE: hue angle of 275.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8608DE is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 8 | 222 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.13 |
| HSL | 275.33º | 0.93% | 0.45% | - |
| HSV(B) | 275.33º | 0.96% | 0.87% | - |
| XYZ | 23.1 | 10.52 | 69.92 | - |
| YUV | 70.07 | 213.74 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 222 | 0.40 | 0.96 | 0 | 0.13 | 275.33 | 0.93 | 0.45 |
| Hex | 86 | 8 | DE | 28 | 60 | 0 | D | 113 | 5D | 2D |
| Octal | 206 | 10 | 336 | 50 | 140 | 0 | 15 | 423 | 135 | 55 |
| Binary | 10000110 | 1000 | 11011110 | 101000 | 1100000 | 0 | 1101 | 100010011 | 1011101 | 101101 |
Color Harmonies of #8608DE
Complementary color
Monochromatic Colors of #8608DE
Black with #8608DE
Text Example
Text Example
White with #8608DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8608DE; }
p { color: rgb(134,8,222); }
H1.HeaderClassName
{
color: #8608DE;
}
.AnyTagClassName
{
color: #8608DE;
}
</style>
background-color css
<style>
a { background-color: #8608DE; }
a { background-color: rgb(134,8,222); }
div.DivClassName
{
background-color: #8608DE;
}
.BgClassName
{
background-color: #8608DE;
}
</style>
border-color css
<style>
span { border-color: #8608DE; }
span { border-color: rgb(134,8,222); }
td.TdClassName
{
border-color: #8608DE;
}
.TagClassName
{
border-color: #8608DE;
}
</style>