Shades of Blue Violet #870FEB
Tints of Blue Violet #870FEB
RGB
CMYK
RGB Variations
Color information
#870FEB (or 0x870FEB) is known color: Blue Violet. HEX triplet: 87, 0F and EB. RGB value is (135,15,235). Sum of RGB (Red+Green+Blue) = 135+15+235=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #870FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870FEB is #78F014. Grayscale: #4B4B4B. Windows color (decimal): -7925781 or 15404935. OLE color: 15404935.
HSL color Cylindrical-coordinate representation of color #870FEB: hue angle of 272.73º 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 #870FEB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 15 | 235 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.08 |
| HSL | 272.73º | 0.88% | 0.49% | - |
| HSV(B) | 272.73º | 0.94% | 0.92% | - |
| XYZ | 25.16 | 11.49 | 79.49 | - |
| YUV | 75.96 | 217.76 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 235 | 0.43 | 0.94 | 0 | 0.08 | 272.73 | 0.88 | 0.49 |
| Hex | 87 | F | EB | 2B | 5E | 0 | 8 | 111 | 58 | 31 |
| Octal | 207 | 17 | 353 | 53 | 136 | 0 | 10 | 421 | 130 | 61 |
| Binary | 10000111 | 1111 | 11101011 | 101011 | 1011110 | 0 | 1000 | 100010001 | 1011000 | 110001 |
Color Harmonies of #870FEB
Complementary color
Monochromatic Colors of #870FEB
Black with #870FEB
Text Example
Text Example
White with #870FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FEB; }
p { color: rgb(135,15,235); }
H1.HeaderClassName
{
color: #870FEB;
}
.AnyTagClassName
{
color: #870FEB;
}
</style>
background-color css
<style>
a { background-color: #870FEB; }
a { background-color: rgb(135,15,235); }
div.DivClassName
{
background-color: #870FEB;
}
.BgClassName
{
background-color: #870FEB;
}
</style>
border-color css
<style>
span { border-color: #870FEB; }
span { border-color: rgb(135,15,235); }
td.TdClassName
{
border-color: #870FEB;
}
.TagClassName
{
border-color: #870FEB;
}
</style>