Shades of Dark Violet #8710CC
Tints of Dark Violet #8710CC
RGB
CMYK
RGB Variations
Color information
#8710CC (or 0x8710CC) is known color: Dark Violet. HEX triplet: 87, 10 and CC. RGB value is (135,16,204). Sum of RGB (Red+Green+Blue) = 135+16+204=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #8710CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710CC is #78EF33. Grayscale: #484848. Windows color (decimal): -7925556 or 13373575. OLE color: 13373575.
HSL color Cylindrical-coordinate representation of color #8710CC: hue angle of 277.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8710CC is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 16 | 204 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.2 |
| HSL | 277.98º | 0.85% | 0.43% | - |
| HSV(B) | 277.98º | 0.92% | 0.8% | - |
| XYZ | 21.08 | 9.88 | 57.92 | - |
| YUV | 73.01 | 201.92 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 204 | 0.34 | 0.92 | 0 | 0.2 | 277.98 | 0.85 | 0.43 |
| Hex | 87 | 10 | CC | 22 | 5C | 0 | 14 | 116 | 55 | 2B |
| Octal | 207 | 20 | 314 | 42 | 134 | 0 | 24 | 426 | 125 | 53 |
| Binary | 10000111 | 10000 | 11001100 | 100010 | 1011100 | 0 | 10100 | 100010110 | 1010101 | 101011 |
Color Harmonies of #8710CC
Complementary color
Monochromatic Colors of #8710CC
Black with #8710CC
Text Example
Text Example
White with #8710CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8710CC; }
p { color: rgb(135,16,204); }
H1.HeaderClassName
{
color: #8710CC;
}
.AnyTagClassName
{
color: #8710CC;
}
</style>
background-color css
<style>
a { background-color: #8710CC; }
a { background-color: rgb(135,16,204); }
div.DivClassName
{
background-color: #8710CC;
}
.BgClassName
{
background-color: #8710CC;
}
</style>
border-color css
<style>
span { border-color: #8710CC; }
span { border-color: rgb(135,16,204); }
td.TdClassName
{
border-color: #8710CC;
}
.TagClassName
{
border-color: #8710CC;
}
</style>