Shades of Dark Violet #870BEA
Tints of Dark Violet #870BEA
RGB
CMYK
RGB Variations
Color information
#870BEA (or 0x870BEA) is known color: Dark Violet. HEX triplet: 87, 0B and EA. RGB value is (135,11,234). Sum of RGB (Red+Green+Blue) = 135+11+234=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #870BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870BEA is #78F415. Grayscale: #484848. Windows color (decimal): -7926806 or 15338375. OLE color: 15338375.
HSL color Cylindrical-coordinate representation of color #870BEA: hue angle of 273.36º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BEA is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 11 | 234 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.08 |
| HSL | 273.36º | 0.91% | 0.48% | - |
| HSV(B) | 273.36º | 0.95% | 0.92% | - |
| XYZ | 24.96 | 11.33 | 78.71 | - |
| YUV | 73.5 | 218.58 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 234 | 0.42 | 0.95 | 0 | 0.08 | 273.36 | 0.91 | 0.48 |
| Hex | 87 | B | EA | 2A | 5F | 0 | 8 | 111 | 5B | 30 |
| Octal | 207 | 13 | 352 | 52 | 137 | 0 | 10 | 421 | 133 | 60 |
| Binary | 10000111 | 1011 | 11101010 | 101010 | 1011111 | 0 | 1000 | 100010001 | 1011011 | 110000 |
Color Harmonies of #870BEA
Complementary color
Monochromatic Colors of #870BEA
Black with #870BEA
Text Example
Text Example
White with #870BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BEA; }
p { color: rgb(135,11,234); }
H1.HeaderClassName
{
color: #870BEA;
}
.AnyTagClassName
{
color: #870BEA;
}
</style>
background-color css
<style>
a { background-color: #870BEA; }
a { background-color: rgb(135,11,234); }
div.DivClassName
{
background-color: #870BEA;
}
.BgClassName
{
background-color: #870BEA;
}
</style>
border-color css
<style>
span { border-color: #870BEA; }
span { border-color: rgb(135,11,234); }
td.TdClassName
{
border-color: #870BEA;
}
.TagClassName
{
border-color: #870BEA;
}
</style>