Shades of Dark Violet #8700C9
Tints of Dark Violet #8700C9
RGB
CMYK
RGB Variations
Color information
#8700C9 (or 0x8700C9) is known color: Dark Violet. HEX triplet: 87, 00 and C9. RGB value is (135,0,201). Sum of RGB (Red+Green+Blue) = 135+0+201=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #8700C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700C9 is #78FF36. Grayscale: #3E3E3E. Windows color (decimal): -7929655 or 13172871. OLE color: 13172871.
HSL color Cylindrical-coordinate representation of color #8700C9: hue angle of 280.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700C9 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 0 | 201 | - |
| CMYK | 0.33 | 1 | 0 | 0.21 |
| HSL | 280.3º | 1% | 0.39% | - |
| HSV(B) | 280.3º | 1% | 0.79% | - |
| XYZ | 20.53 | 9.37 | 55.98 | - |
| YUV | 63.28 | 205.73 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 201 | 0.33 | 1 | 0 | 0.21 | 280.3 | 1 | 0.39 |
| Hex | 87 | 0 | C9 | 21 | 64 | 0 | 15 | 118 | 64 | 27 |
| Octal | 207 | 0 | 311 | 41 | 144 | 0 | 25 | 430 | 144 | 47 |
| Binary | 10000111 | 0 | 11001001 | 100001 | 1100100 | 0 | 10101 | 100011000 | 1100100 | 100111 |
Color Harmonies of #8700C9
Complementary color
Monochromatic Colors of #8700C9
Black with #8700C9
Text Example
Text Example
White with #8700C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8700C9; }
p { color: rgb(135,0,201); }
H1.HeaderClassName
{
color: #8700C9;
}
.AnyTagClassName
{
color: #8700C9;
}
</style>
background-color css
<style>
a { background-color: #8700C9; }
a { background-color: rgb(135,0,201); }
div.DivClassName
{
background-color: #8700C9;
}
.BgClassName
{
background-color: #8700C9;
}
</style>
border-color css
<style>
span { border-color: #8700C9; }
span { border-color: rgb(135,0,201); }
td.TdClassName
{
border-color: #8700C9;
}
.TagClassName
{
border-color: #8700C9;
}
</style>