Shades of Dark Violet #870ADC
Tints of Dark Violet #870ADC
RGB
CMYK
RGB Variations
Color information
#870ADC (or 0x870ADC) is known color: Dark Violet. HEX triplet: 87, 0A and DC. RGB value is (135,10,220). Sum of RGB (Red+Green+Blue) = 135+10+220=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #870ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ADC is #78F523. Grayscale: #464646. Windows color (decimal): -7927076 or 14420615. OLE color: 14420615.
HSL color Cylindrical-coordinate representation of color #870ADC: hue angle of 275.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870ADC is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 10 | 220 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.14 |
| HSL | 275.71º | 0.91% | 0.45% | - |
| HSV(B) | 275.71º | 0.95% | 0.86% | - |
| XYZ | 23.02 | 10.54 | 68.53 | - |
| YUV | 71.32 | 211.91 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 220 | 0.39 | 0.95 | 0 | 0.14 | 275.71 | 0.91 | 0.45 |
| Hex | 87 | A | DC | 27 | 5F | 0 | E | 114 | 5B | 2D |
| Octal | 207 | 12 | 334 | 47 | 137 | 0 | 16 | 424 | 133 | 55 |
| Binary | 10000111 | 1010 | 11011100 | 100111 | 1011111 | 0 | 1110 | 100010100 | 1011011 | 101101 |
Color Harmonies of #870ADC
Complementary color
Monochromatic Colors of #870ADC
Black with #870ADC
Text Example
Text Example
White with #870ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870ADC; }
p { color: rgb(135,10,220); }
H1.HeaderClassName
{
color: #870ADC;
}
.AnyTagClassName
{
color: #870ADC;
}
</style>
background-color css
<style>
a { background-color: #870ADC; }
a { background-color: rgb(135,10,220); }
div.DivClassName
{
background-color: #870ADC;
}
.BgClassName
{
background-color: #870ADC;
}
</style>
border-color css
<style>
span { border-color: #870ADC; }
span { border-color: rgb(135,10,220); }
td.TdClassName
{
border-color: #870ADC;
}
.TagClassName
{
border-color: #870ADC;
}
</style>