Shades of Dark Violet #870CE3
Tints of Dark Violet #870CE3
RGB
CMYK
RGB Variations
Color information
#870CE3 (or 0x870CE3) is known color: Dark Violet. HEX triplet: 87, 0C and E3. RGB value is (135,12,227). Sum of RGB (Red+Green+Blue) = 135+12+227=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 227 (89.06% from 255 or 60.70% from 374); Max value from RGB is 227 - color contains mainly: blue. Hex color #870CE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CE3 is #78F31C. Grayscale: #484848. Windows color (decimal): -7926557 or 14879879. OLE color: 14879879.
HSL color Cylindrical-coordinate representation of color #870CE3: hue angle of 274.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CE3 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 12 | 227 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.11 |
| HSL | 274.33º | 0.9% | 0.47% | - |
| HSV(B) | 274.33º | 0.95% | 0.89% | - |
| XYZ | 23.99 | 10.96 | 73.52 | - |
| YUV | 73.29 | 214.75 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 227 | 0.41 | 0.95 | 0 | 0.11 | 274.33 | 0.9 | 0.47 |
| Hex | 87 | C | E3 | 29 | 5F | 0 | B | 112 | 5A | 2F |
| Octal | 207 | 14 | 343 | 51 | 137 | 0 | 13 | 422 | 132 | 57 |
| Binary | 10000111 | 1100 | 11100011 | 101001 | 1011111 | 0 | 1011 | 100010010 | 1011010 | 101111 |
Color Harmonies of #870CE3
Complementary color
Monochromatic Colors of #870CE3
Black with #870CE3
Text Example
Text Example
White with #870CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CE3; }
p { color: rgb(135,12,227); }
H1.HeaderClassName
{
color: #870CE3;
}
.AnyTagClassName
{
color: #870CE3;
}
</style>
background-color css
<style>
a { background-color: #870CE3; }
a { background-color: rgb(135,12,227); }
div.DivClassName
{
background-color: #870CE3;
}
.BgClassName
{
background-color: #870CE3;
}
</style>
border-color css
<style>
span { border-color: #870CE3; }
span { border-color: rgb(135,12,227); }
td.TdClassName
{
border-color: #870CE3;
}
.TagClassName
{
border-color: #870CE3;
}
</style>