Shades of Dark Violet #870CDF
Tints of Dark Violet #870CDF
RGB
CMYK
RGB Variations
Color information
#870CDF (or 0x870CDF) is known color: Dark Violet. HEX triplet: 87, 0C and DF. RGB value is (135,12,223). Sum of RGB (Red+Green+Blue) = 135+12+223=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #870CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CDF is #78F320. Grayscale: #484848. Windows color (decimal): -7926561 or 14617735. OLE color: 14617735.
HSL color Cylindrical-coordinate representation of color #870CDF: hue angle of 274.98º 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 #870CDF is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 12 | 223 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.13 |
| HSL | 274.98º | 0.9% | 0.46% | - |
| HSV(B) | 274.98º | 0.95% | 0.87% | - |
| XYZ | 23.44 | 10.74 | 70.65 | - |
| YUV | 72.83 | 212.75 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 223 | 0.39 | 0.95 | 0 | 0.13 | 274.98 | 0.9 | 0.46 |
| Hex | 87 | C | DF | 27 | 5F | 0 | D | 113 | 5A | 2E |
| Octal | 207 | 14 | 337 | 47 | 137 | 0 | 15 | 423 | 132 | 56 |
| Binary | 10000111 | 1100 | 11011111 | 100111 | 1011111 | 0 | 1101 | 100010011 | 1011010 | 101110 |
Color Harmonies of #870CDF
Complementary color
Monochromatic Colors of #870CDF
Black with #870CDF
Text Example
Text Example
White with #870CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CDF; }
p { color: rgb(135,12,223); }
H1.HeaderClassName
{
color: #870CDF;
}
.AnyTagClassName
{
color: #870CDF;
}
</style>
background-color css
<style>
a { background-color: #870CDF; }
a { background-color: rgb(135,12,223); }
div.DivClassName
{
background-color: #870CDF;
}
.BgClassName
{
background-color: #870CDF;
}
</style>
border-color css
<style>
span { border-color: #870CDF; }
span { border-color: rgb(135,12,223); }
td.TdClassName
{
border-color: #870CDF;
}
.TagClassName
{
border-color: #870CDF;
}
</style>