Shades of Blue Violet #870EF6
Tints of Blue Violet #870EF6
RGB
CMYK
RGB Variations
Color information
#870EF6 (or 0x870EF6) is known color: Blue Violet. HEX triplet: 87, 0E and F6. RGB value is (135,14,246). Sum of RGB (Red+Green+Blue) = 135+14+246=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #870EF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870EF6 is #78F109. Grayscale: #4B4B4B. Windows color (decimal): -7926026 or 16125575. OLE color: 16125575.
HSL color Cylindrical-coordinate representation of color #870EF6: hue angle of 271.29º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870EF6 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 14 | 246 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.04 |
| HSL | 271.29º | 0.93% | 0.51% | - |
| HSV(B) | 271.29º | 0.94% | 0.96% | - |
| XYZ | 26.78 | 12.12 | 88.12 | - |
| YUV | 76.63 | 223.59 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 246 | 0.45 | 0.94 | 0 | 0.04 | 271.29 | 0.93 | 0.51 |
| Hex | 87 | E | F6 | 2D | 5E | 0 | 4 | 10F | 5D | 33 |
| Octal | 207 | 16 | 366 | 55 | 136 | 0 | 4 | 417 | 135 | 63 |
| Binary | 10000111 | 1110 | 11110110 | 101101 | 1011110 | 0 | 100 | 100001111 | 1011101 | 110011 |
Color Harmonies of #870EF6
Complementary color
Monochromatic Colors of #870EF6
Black with #870EF6
Text Example
Text Example
White with #870EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870EF6; }
p { color: rgb(135,14,246); }
H1.HeaderClassName
{
color: #870EF6;
}
.AnyTagClassName
{
color: #870EF6;
}
</style>
background-color css
<style>
a { background-color: #870EF6; }
a { background-color: rgb(135,14,246); }
div.DivClassName
{
background-color: #870EF6;
}
.BgClassName
{
background-color: #870EF6;
}
</style>
border-color css
<style>
span { border-color: #870EF6; }
span { border-color: rgb(135,14,246); }
td.TdClassName
{
border-color: #870EF6;
}
.TagClassName
{
border-color: #870EF6;
}
</style>