Shades of Dark Violet #870CC2
Tints of Dark Violet #870CC2
RGB
CMYK
RGB Variations
Color information
#870CC2 (or 0x870CC2) is known color: Dark Violet. HEX triplet: 87, 0C and C2. RGB value is (135,12,194). Sum of RGB (Red+Green+Blue) = 135+12+194=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #870CC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CC2 is #78F33D. Grayscale: #444444. Windows color (decimal): -7926590 or 12717191. OLE color: 12717191.
HSL color Cylindrical-coordinate representation of color #870CC2: hue angle of 280.55º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870CC2 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 12 | 194 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.24 |
| HSL | 280.55º | 0.88% | 0.4% | - |
| HSV(B) | 280.55º | 0.94% | 0.76% | - |
| XYZ | 19.86 | 9.31 | 51.79 | - |
| YUV | 69.53 | 198.25 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 194 | 0.30 | 0.94 | 0 | 0.24 | 280.55 | 0.88 | 0.4 |
| Hex | 87 | C | C2 | 1E | 5E | 0 | 18 | 119 | 58 | 28 |
| Octal | 207 | 14 | 302 | 36 | 136 | 0 | 30 | 431 | 130 | 50 |
| Binary | 10000111 | 1100 | 11000010 | 11110 | 1011110 | 0 | 11000 | 100011001 | 1011000 | 101000 |
Color Harmonies of #870CC2
Complementary color
Monochromatic Colors of #870CC2
Black with #870CC2
Text Example
Text Example
White with #870CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CC2; }
p { color: rgb(135,12,194); }
H1.HeaderClassName
{
color: #870CC2;
}
.AnyTagClassName
{
color: #870CC2;
}
</style>
background-color css
<style>
a { background-color: #870CC2; }
a { background-color: rgb(135,12,194); }
div.DivClassName
{
background-color: #870CC2;
}
.BgClassName
{
background-color: #870CC2;
}
</style>
border-color css
<style>
span { border-color: #870CC2; }
span { border-color: rgb(135,12,194); }
td.TdClassName
{
border-color: #870CC2;
}
.TagClassName
{
border-color: #870CC2;
}
</style>