Shades of Dark Violet #870CCD
Tints of Dark Violet #870CCD
RGB
CMYK
RGB Variations
Color information
#870CCD (or 0x870CCD) is known color: Dark Violet. HEX triplet: 87, 0C and CD. RGB value is (135,12,205). Sum of RGB (Red+Green+Blue) = 135+12+205=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #870CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CCD is #78F332. Grayscale: #464646. Windows color (decimal): -7926579 or 13438087. OLE color: 13438087.
HSL color Cylindrical-coordinate representation of color #870CCD: hue angle of 278.24º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870CCD is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 12 | 205 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.20 |
| HSL | 278.24º | 0.89% | 0.43% | - |
| HSV(B) | 278.24º | 0.94% | 0.8% | - |
| XYZ | 21.14 | 9.82 | 58.54 | - |
| YUV | 70.78 | 203.75 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 205 | 0.34 | 0.94 | 0 | 0.20 | 278.24 | 0.89 | 0.43 |
| Hex | 87 | C | CD | 22 | 5E | 0 | 14 | 116 | 59 | 2B |
| Octal | 207 | 14 | 315 | 42 | 136 | 0 | 24 | 426 | 131 | 53 |
| Binary | 10000111 | 1100 | 11001101 | 100010 | 1011110 | 0 | 10100 | 100010110 | 1011001 | 101011 |
Color Harmonies of #870CCD
Complementary color
Monochromatic Colors of #870CCD
Black with #870CCD
Text Example
Text Example
White with #870CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CCD; }
p { color: rgb(135,12,205); }
H1.HeaderClassName
{
color: #870CCD;
}
.AnyTagClassName
{
color: #870CCD;
}
</style>
background-color css
<style>
a { background-color: #870CCD; }
a { background-color: rgb(135,12,205); }
div.DivClassName
{
background-color: #870CCD;
}
.BgClassName
{
background-color: #870CCD;
}
</style>
border-color css
<style>
span { border-color: #870CCD; }
span { border-color: rgb(135,12,205); }
td.TdClassName
{
border-color: #870CCD;
}
.TagClassName
{
border-color: #870CCD;
}
</style>