Shades of Blue Violet #870FEC
Tints of Blue Violet #870FEC
RGB
CMYK
RGB Variations
Color information
#870FEC (or 0x870FEC) is known color: Blue Violet. HEX triplet: 87, 0F and EC. RGB value is (135,15,236). Sum of RGB (Red+Green+Blue) = 135+15+236=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #870FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870FEC is #78F013. Grayscale: #4B4B4B. Windows color (decimal): -7925780 or 15470471. OLE color: 15470471.
HSL color Cylindrical-coordinate representation of color #870FEC: hue angle of 272.58º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870FEC is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 15 | 236 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.07 |
| HSL | 272.58º | 0.88% | 0.49% | - |
| HSV(B) | 272.58º | 0.94% | 0.93% | - |
| XYZ | 25.3 | 11.55 | 80.25 | - |
| YUV | 76.07 | 218.26 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 236 | 0.43 | 0.94 | 0 | 0.07 | 272.58 | 0.88 | 0.49 |
| Hex | 87 | F | EC | 2B | 5E | 0 | 7 | 111 | 58 | 31 |
| Octal | 207 | 17 | 354 | 53 | 136 | 0 | 7 | 421 | 130 | 61 |
| Binary | 10000111 | 1111 | 11101100 | 101011 | 1011110 | 0 | 111 | 100010001 | 1011000 | 110001 |
Color Harmonies of #870FEC
Complementary color
Monochromatic Colors of #870FEC
Black with #870FEC
Text Example
Text Example
White with #870FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FEC; }
p { color: rgb(135,15,236); }
H1.HeaderClassName
{
color: #870FEC;
}
.AnyTagClassName
{
color: #870FEC;
}
</style>
background-color css
<style>
a { background-color: #870FEC; }
a { background-color: rgb(135,15,236); }
div.DivClassName
{
background-color: #870FEC;
}
.BgClassName
{
background-color: #870FEC;
}
</style>
border-color css
<style>
span { border-color: #870FEC; }
span { border-color: rgb(135,15,236); }
td.TdClassName
{
border-color: #870FEC;
}
.TagClassName
{
border-color: #870FEC;
}
</style>