Shades of Dark Violet #8715CB
Tints of Dark Violet #8715CB
RGB
CMYK
RGB Variations
Color information
#8715CB (or 0x8715CB) is known color: Dark Violet. HEX triplet: 87, 15 and CB. RGB value is (135,21,203). Sum of RGB (Red+Green+Blue) = 135+21+203=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #8715CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8715CB is #78EA34. Grayscale: #4B4B4B. Windows color (decimal): -7924277 or 13309319. OLE color: 13309319.
HSL color Cylindrical-coordinate representation of color #8715CB: hue angle of 277.58º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8715CB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 21 | 203 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.20 |
| HSL | 277.58º | 0.81% | 0.44% | - |
| HSV(B) | 277.58º | 0.9% | 0.8% | - |
| XYZ | 21.04 | 10 | 57.32 | - |
| YUV | 75.83 | 199.77 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 203 | 0.33 | 0.90 | 0 | 0.20 | 277.58 | 0.81 | 0.44 |
| Hex | 87 | 15 | CB | 21 | 5A | 0 | 14 | 116 | 51 | 2C |
| Octal | 207 | 25 | 313 | 41 | 132 | 0 | 24 | 426 | 121 | 54 |
| Binary | 10000111 | 10101 | 11001011 | 100001 | 1011010 | 0 | 10100 | 100010110 | 1010001 | 101100 |
Color Harmonies of #8715CB
Complementary color
Monochromatic Colors of #8715CB
Black with #8715CB
Text Example
Text Example
White with #8715CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8715CB; }
p { color: rgb(135,21,203); }
H1.HeaderClassName
{
color: #8715CB;
}
.AnyTagClassName
{
color: #8715CB;
}
</style>
background-color css
<style>
a { background-color: #8715CB; }
a { background-color: rgb(135,21,203); }
div.DivClassName
{
background-color: #8715CB;
}
.BgClassName
{
background-color: #8715CB;
}
</style>
border-color css
<style>
span { border-color: #8715CB; }
span { border-color: rgb(135,21,203); }
td.TdClassName
{
border-color: #8715CB;
}
.TagClassName
{
border-color: #8715CB;
}
</style>