Shades of Dark Violet #8608DB
Tints of Dark Violet #8608DB
RGB
CMYK
RGB Variations
Color information
#8608DB (or 0x8608DB) is known color: Dark Violet. HEX triplet: 86, 08 and DB. RGB value is (134,8,219). Sum of RGB (Red+Green+Blue) = 134+8+219=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #8608DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8608DB is #79F724. Grayscale: #454545. Windows color (decimal): -7993125 or 14354566. OLE color: 14354566.
HSL color Cylindrical-coordinate representation of color #8608DB: hue angle of 275.83º 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 #8608DB is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 8 | 219 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.14 |
| HSL | 275.83º | 0.93% | 0.45% | - |
| HSV(B) | 275.83º | 0.96% | 0.86% | - |
| XYZ | 22.7 | 10.36 | 67.82 | - |
| YUV | 69.73 | 212.24 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 219 | 0.39 | 0.96 | 0 | 0.14 | 275.83 | 0.93 | 0.45 |
| Hex | 86 | 8 | DB | 27 | 60 | 0 | E | 114 | 5D | 2D |
| Octal | 206 | 10 | 333 | 47 | 140 | 0 | 16 | 424 | 135 | 55 |
| Binary | 10000110 | 1000 | 11011011 | 100111 | 1100000 | 0 | 1110 | 100010100 | 1011101 | 101101 |
Color Harmonies of #8608DB
Complementary color
Monochromatic Colors of #8608DB
Black with #8608DB
Text Example
Text Example
White with #8608DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8608DB; }
p { color: rgb(134,8,219); }
H1.HeaderClassName
{
color: #8608DB;
}
.AnyTagClassName
{
color: #8608DB;
}
</style>
background-color css
<style>
a { background-color: #8608DB; }
a { background-color: rgb(134,8,219); }
div.DivClassName
{
background-color: #8608DB;
}
.BgClassName
{
background-color: #8608DB;
}
</style>
border-color css
<style>
span { border-color: #8608DB; }
span { border-color: rgb(134,8,219); }
td.TdClassName
{
border-color: #8608DB;
}
.TagClassName
{
border-color: #8608DB;
}
</style>