Shades of Dark Violet #8718CC
Tints of Dark Violet #8718CC
RGB
CMYK
RGB Variations
Color information
#8718CC (or 0x8718CC) is known color: Dark Violet. HEX triplet: 87, 18 and CC. RGB value is (135,24,204). Sum of RGB (Red+Green+Blue) = 135+24+204=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #8718CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8718CC is #78E733. Grayscale: #4D4D4D. Windows color (decimal): -7923508 or 13375623. OLE color: 13375623.
HSL color Cylindrical-coordinate representation of color #8718CC: hue angle of 277º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8718CC is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 24 | 204 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.2 |
| HSL | 277º | 0.79% | 0.45% | - |
| HSV(B) | 277º | 0.88% | 0.8% | - |
| XYZ | 21.22 | 10.16 | 57.97 | - |
| YUV | 77.71 | 199.27 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 204 | 0.34 | 0.88 | 0 | 0.2 | 277 | 0.79 | 0.45 |
| Hex | 87 | 18 | CC | 22 | 58 | 0 | 14 | 115 | 4F | 2D |
| Octal | 207 | 30 | 314 | 42 | 130 | 0 | 24 | 425 | 117 | 55 |
| Binary | 10000111 | 11000 | 11001100 | 100010 | 1011000 | 0 | 10100 | 100010101 | 1001111 | 101101 |
Color Harmonies of #8718CC
Complementary color
Monochromatic Colors of #8718CC
Black with #8718CC
Text Example
Text Example
White with #8718CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8718CC; }
p { color: rgb(135,24,204); }
H1.HeaderClassName
{
color: #8718CC;
}
.AnyTagClassName
{
color: #8718CC;
}
</style>
background-color css
<style>
a { background-color: #8718CC; }
a { background-color: rgb(135,24,204); }
div.DivClassName
{
background-color: #8718CC;
}
.BgClassName
{
background-color: #8718CC;
}
</style>
border-color css
<style>
span { border-color: #8718CC; }
span { border-color: rgb(135,24,204); }
td.TdClassName
{
border-color: #8718CC;
}
.TagClassName
{
border-color: #8718CC;
}
</style>