Shades of Dark Violet #8702DC
Tints of Dark Violet #8702DC
RGB
CMYK
RGB Variations
Color information
#8702DC (or 0x8702DC) is known color: Dark Violet. HEX triplet: 87, 02 and DC. RGB value is (135,2,220). Sum of RGB (Red+Green+Blue) = 135+2+220=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #8702DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8702DC is #78FD23. Grayscale: #414141. Windows color (decimal): -7929124 or 14418567. OLE color: 14418567.
HSL color Cylindrical-coordinate representation of color #8702DC: hue angle of 276.61º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702DC is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 2 | 220 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.14 |
| HSL | 276.61º | 0.98% | 0.44% | - |
| HSV(B) | 276.61º | 0.99% | 0.86% | - |
| XYZ | 22.93 | 10.36 | 68.5 | - |
| YUV | 66.62 | 214.56 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 220 | 0.39 | 0.99 | 0 | 0.14 | 276.61 | 0.98 | 0.44 |
| Hex | 87 | 2 | DC | 27 | 63 | 0 | E | 115 | 62 | 2C |
| Octal | 207 | 2 | 334 | 47 | 143 | 0 | 16 | 425 | 142 | 54 |
| Binary | 10000111 | 10 | 11011100 | 100111 | 1100011 | 0 | 1110 | 100010101 | 1100010 | 101100 |
Color Harmonies of #8702DC
Complementary color
Monochromatic Colors of #8702DC
Black with #8702DC
Text Example
Text Example
White with #8702DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702DC; }
p { color: rgb(135,2,220); }
H1.HeaderClassName
{
color: #8702DC;
}
.AnyTagClassName
{
color: #8702DC;
}
</style>
background-color css
<style>
a { background-color: #8702DC; }
a { background-color: rgb(135,2,220); }
div.DivClassName
{
background-color: #8702DC;
}
.BgClassName
{
background-color: #8702DC;
}
</style>
border-color css
<style>
span { border-color: #8702DC; }
span { border-color: rgb(135,2,220); }
td.TdClassName
{
border-color: #8702DC;
}
.TagClassName
{
border-color: #8702DC;
}
</style>