Shades of Dark Violet #8708DB
Tints of Dark Violet #8708DB
RGB
CMYK
RGB Variations
Color information
#8708DB (or 0x8708DB) is known color: Dark Violet. HEX triplet: 87, 08 and DB. RGB value is (135,8,219). Sum of RGB (Red+Green+Blue) = 135+8+219=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #8708DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8708DB is #78F724. Grayscale: #454545. Windows color (decimal): -7927589 or 14354567. OLE color: 14354567.
HSL color Cylindrical-coordinate representation of color #8708DB: hue angle of 276.11º 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 #8708DB is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 8 | 219 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.14 |
| HSL | 276.11º | 0.93% | 0.45% | - |
| HSV(B) | 276.11º | 0.96% | 0.86% | - |
| XYZ | 22.86 | 10.44 | 67.83 | - |
| YUV | 70.03 | 212.08 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 219 | 0.38 | 0.96 | 0 | 0.14 | 276.11 | 0.93 | 0.45 |
| Hex | 87 | 8 | DB | 26 | 60 | 0 | E | 114 | 5D | 2D |
| Octal | 207 | 10 | 333 | 46 | 140 | 0 | 16 | 424 | 135 | 55 |
| Binary | 10000111 | 1000 | 11011011 | 100110 | 1100000 | 0 | 1110 | 100010100 | 1011101 | 101101 |
Color Harmonies of #8708DB
Complementary color
Monochromatic Colors of #8708DB
Black with #8708DB
Text Example
Text Example
White with #8708DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8708DB; }
p { color: rgb(135,8,219); }
H1.HeaderClassName
{
color: #8708DB;
}
.AnyTagClassName
{
color: #8708DB;
}
</style>
background-color css
<style>
a { background-color: #8708DB; }
a { background-color: rgb(135,8,219); }
div.DivClassName
{
background-color: #8708DB;
}
.BgClassName
{
background-color: #8708DB;
}
</style>
border-color css
<style>
span { border-color: #8708DB; }
span { border-color: rgb(135,8,219); }
td.TdClassName
{
border-color: #8708DB;
}
.TagClassName
{
border-color: #8708DB;
}
</style>