Shades of Blue Violet #870FE5
Tints of Blue Violet #870FE5
RGB
CMYK
RGB Variations
Color information
#870FE5 (or 0x870FE5) is known color: Blue Violet. HEX triplet: 87, 0F and E5. RGB value is (135,15,229). Sum of RGB (Red+Green+Blue) = 135+15+229=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #870FE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FE5 is #78F01A. Grayscale: #4A4A4A. Windows color (decimal): -7925787 or 15011719. OLE color: 15011719.
HSL color Cylindrical-coordinate representation of color #870FE5: hue angle of 273.64º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FE5 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 15 | 229 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.10 |
| HSL | 273.64º | 0.88% | 0.48% | - |
| HSV(B) | 273.64º | 0.93% | 0.9% | - |
| XYZ | 24.31 | 11.15 | 75 | - |
| YUV | 75.28 | 214.76 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 229 | 0.41 | 0.93 | 0 | 0.10 | 273.64 | 0.88 | 0.48 |
| Hex | 87 | F | E5 | 29 | 5D | 0 | A | 112 | 58 | 30 |
| Octal | 207 | 17 | 345 | 51 | 135 | 0 | 12 | 422 | 130 | 60 |
| Binary | 10000111 | 1111 | 11100101 | 101001 | 1011101 | 0 | 1010 | 100010010 | 1011000 | 110000 |
Color Harmonies of #870FE5
Complementary color
Monochromatic Colors of #870FE5
Black with #870FE5
Text Example
Text Example
White with #870FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FE5; }
p { color: rgb(135,15,229); }
H1.HeaderClassName
{
color: #870FE5;
}
.AnyTagClassName
{
color: #870FE5;
}
</style>
background-color css
<style>
a { background-color: #870FE5; }
a { background-color: rgb(135,15,229); }
div.DivClassName
{
background-color: #870FE5;
}
.BgClassName
{
background-color: #870FE5;
}
</style>
border-color css
<style>
span { border-color: #870FE5; }
span { border-color: rgb(135,15,229); }
td.TdClassName
{
border-color: #870FE5;
}
.TagClassName
{
border-color: #870FE5;
}
</style>