Shades of Blue Violet #870FEA
Tints of Blue Violet #870FEA
RGB
CMYK
RGB Variations
Color information
#870FEA (or 0x870FEA) is known color: Blue Violet. HEX triplet: 87, 0F and EA. RGB value is (135,15,234). Sum of RGB (Red+Green+Blue) = 135+15+234=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #870FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870FEA is #78F015. Grayscale: #4B4B4B. Windows color (decimal): -7925782 or 15339399. OLE color: 15339399.
HSL color Cylindrical-coordinate representation of color #870FEA: hue angle of 272.88º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870FEA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 15 | 234 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.08 |
| HSL | 272.88º | 0.88% | 0.49% | - |
| HSV(B) | 272.88º | 0.94% | 0.92% | - |
| XYZ | 25.01 | 11.43 | 78.73 | - |
| YUV | 75.85 | 217.26 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 234 | 0.42 | 0.94 | 0 | 0.08 | 272.88 | 0.88 | 0.49 |
| Hex | 87 | F | EA | 2A | 5E | 0 | 8 | 111 | 58 | 31 |
| Octal | 207 | 17 | 352 | 52 | 136 | 0 | 10 | 421 | 130 | 61 |
| Binary | 10000111 | 1111 | 11101010 | 101010 | 1011110 | 0 | 1000 | 100010001 | 1011000 | 110001 |
Color Harmonies of #870FEA
Complementary color
Monochromatic Colors of #870FEA
Black with #870FEA
Text Example
Text Example
White with #870FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FEA; }
p { color: rgb(135,15,234); }
H1.HeaderClassName
{
color: #870FEA;
}
.AnyTagClassName
{
color: #870FEA;
}
</style>
background-color css
<style>
a { background-color: #870FEA; }
a { background-color: rgb(135,15,234); }
div.DivClassName
{
background-color: #870FEA;
}
.BgClassName
{
background-color: #870FEA;
}
</style>
border-color css
<style>
span { border-color: #870FEA; }
span { border-color: rgb(135,15,234); }
td.TdClassName
{
border-color: #870FEA;
}
.TagClassName
{
border-color: #870FEA;
}
</style>