Shades of Dark Violet #870ACB
Tints of Dark Violet #870ACB
RGB
CMYK
RGB Variations
Color information
#870ACB (or 0x870ACB) is known color: Dark Violet. HEX triplet: 87, 0A and CB. RGB value is (135,10,203). Sum of RGB (Red+Green+Blue) = 135+10+203=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #870ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ACB is #78F534. Grayscale: #444444. Windows color (decimal): -7927093 or 13306503. OLE color: 13306503.
HSL color Cylindrical-coordinate representation of color #870ACB: hue angle of 278.86º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870ACB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 10 | 203 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.20 |
| HSL | 278.86º | 0.91% | 0.42% | - |
| HSV(B) | 278.86º | 0.95% | 0.8% | - |
| XYZ | 20.88 | 9.68 | 57.27 | - |
| YUV | 69.38 | 203.41 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 203 | 0.33 | 0.95 | 0 | 0.20 | 278.86 | 0.91 | 0.42 |
| Hex | 87 | A | CB | 21 | 5F | 0 | 14 | 117 | 5B | 2A |
| Octal | 207 | 12 | 313 | 41 | 137 | 0 | 24 | 427 | 133 | 52 |
| Binary | 10000111 | 1010 | 11001011 | 100001 | 1011111 | 0 | 10100 | 100010111 | 1011011 | 101010 |
Color Harmonies of #870ACB
Complementary color
Monochromatic Colors of #870ACB
Black with #870ACB
Text Example
Text Example
White with #870ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870ACB; }
p { color: rgb(135,10,203); }
H1.HeaderClassName
{
color: #870ACB;
}
.AnyTagClassName
{
color: #870ACB;
}
</style>
background-color css
<style>
a { background-color: #870ACB; }
a { background-color: rgb(135,10,203); }
div.DivClassName
{
background-color: #870ACB;
}
.BgClassName
{
background-color: #870ACB;
}
</style>
border-color css
<style>
span { border-color: #870ACB; }
span { border-color: rgb(135,10,203); }
td.TdClassName
{
border-color: #870ACB;
}
.TagClassName
{
border-color: #870ACB;
}
</style>