Shades of Dark Violet #870CDE
Tints of Dark Violet #870CDE
RGB
CMYK
RGB Variations
Color information
#870CDE (or 0x870CDE) is known color: Dark Violet. HEX triplet: 87, 0C and DE. RGB value is (135,12,222). Sum of RGB (Red+Green+Blue) = 135+12+222=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #870CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CDE is #78F321. Grayscale: #484848. Windows color (decimal): -7926562 or 14552199. OLE color: 14552199.
HSL color Cylindrical-coordinate representation of color #870CDE: hue angle of 275.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CDE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 12 | 222 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.13 |
| HSL | 275.14º | 0.9% | 0.46% | - |
| HSV(B) | 275.14º | 0.95% | 0.87% | - |
| XYZ | 23.31 | 10.69 | 69.94 | - |
| YUV | 72.72 | 212.25 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 222 | 0.39 | 0.95 | 0 | 0.13 | 275.14 | 0.9 | 0.46 |
| Hex | 87 | C | DE | 27 | 5F | 0 | D | 113 | 5A | 2E |
| Octal | 207 | 14 | 336 | 47 | 137 | 0 | 15 | 423 | 132 | 56 |
| Binary | 10000111 | 1100 | 11011110 | 100111 | 1011111 | 0 | 1101 | 100010011 | 1011010 | 101110 |
Color Harmonies of #870CDE
Complementary color
Monochromatic Colors of #870CDE
Black with #870CDE
Text Example
Text Example
White with #870CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CDE; }
p { color: rgb(135,12,222); }
H1.HeaderClassName
{
color: #870CDE;
}
.AnyTagClassName
{
color: #870CDE;
}
</style>
background-color css
<style>
a { background-color: #870CDE; }
a { background-color: rgb(135,12,222); }
div.DivClassName
{
background-color: #870CDE;
}
.BgClassName
{
background-color: #870CDE;
}
</style>
border-color css
<style>
span { border-color: #870CDE; }
span { border-color: rgb(135,12,222); }
td.TdClassName
{
border-color: #870CDE;
}
.TagClassName
{
border-color: #870CDE;
}
</style>