Shades of Blue Violet #870DEA
Tints of Blue Violet #870DEA
RGB
CMYK
RGB Variations
Color information
#870DEA (or 0x870DEA) is known color: Blue Violet. HEX triplet: 87, 0D and EA. RGB value is (135,13,234). Sum of RGB (Red+Green+Blue) = 135+13+234=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #870DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870DEA is #78F215. Grayscale: #494949. Windows color (decimal): -7926294 or 15338887. OLE color: 15338887.
HSL color Cylindrical-coordinate representation of color #870DEA: hue angle of 273.12º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870DEA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 13 | 234 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.08 |
| HSL | 273.12º | 0.89% | 0.48% | - |
| HSV(B) | 273.12º | 0.94% | 0.92% | - |
| XYZ | 24.99 | 11.38 | 78.72 | - |
| YUV | 74.67 | 217.92 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 234 | 0.42 | 0.94 | 0 | 0.08 | 273.12 | 0.89 | 0.48 |
| Hex | 87 | D | EA | 2A | 5E | 0 | 8 | 111 | 59 | 30 |
| Octal | 207 | 15 | 352 | 52 | 136 | 0 | 10 | 421 | 131 | 60 |
| Binary | 10000111 | 1101 | 11101010 | 101010 | 1011110 | 0 | 1000 | 100010001 | 1011001 | 110000 |
Color Harmonies of #870DEA
Complementary color
Monochromatic Colors of #870DEA
Black with #870DEA
Text Example
Text Example
White with #870DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DEA; }
p { color: rgb(135,13,234); }
H1.HeaderClassName
{
color: #870DEA;
}
.AnyTagClassName
{
color: #870DEA;
}
</style>
background-color css
<style>
a { background-color: #870DEA; }
a { background-color: rgb(135,13,234); }
div.DivClassName
{
background-color: #870DEA;
}
.BgClassName
{
background-color: #870DEA;
}
</style>
border-color css
<style>
span { border-color: #870DEA; }
span { border-color: rgb(135,13,234); }
td.TdClassName
{
border-color: #870DEA;
}
.TagClassName
{
border-color: #870DEA;
}
</style>