Shades of Blue Violet #870CEF
Tints of Blue Violet #870CEF
RGB
CMYK
RGB Variations
Color information
#870CEF (or 0x870CEF) is known color: Blue Violet. HEX triplet: 87, 0C and EF. RGB value is (135,12,239). Sum of RGB (Red+Green+Blue) = 135+12+239=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #870CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870CEF is #78F310. Grayscale: #494949. Windows color (decimal): -7926545 or 15666311. OLE color: 15666311.
HSL color Cylindrical-coordinate representation of color #870CEF: hue angle of 272.51º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CEF is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 12 | 239 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.06 |
| HSL | 272.51º | 0.9% | 0.49% | - |
| HSV(B) | 272.51º | 0.95% | 0.94% | - |
| XYZ | 25.7 | 11.65 | 82.55 | - |
| YUV | 74.66 | 220.75 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 239 | 0.44 | 0.95 | 0 | 0.06 | 272.51 | 0.9 | 0.49 |
| Hex | 87 | C | EF | 2C | 5F | 0 | 6 | 111 | 5A | 31 |
| Octal | 207 | 14 | 357 | 54 | 137 | 0 | 6 | 421 | 132 | 61 |
| Binary | 10000111 | 1100 | 11101111 | 101100 | 1011111 | 0 | 110 | 100010001 | 1011010 | 110001 |
Color Harmonies of #870CEF
Complementary color
Monochromatic Colors of #870CEF
Black with #870CEF
Text Example
Text Example
White with #870CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CEF; }
p { color: rgb(135,12,239); }
H1.HeaderClassName
{
color: #870CEF;
}
.AnyTagClassName
{
color: #870CEF;
}
</style>
background-color css
<style>
a { background-color: #870CEF; }
a { background-color: rgb(135,12,239); }
div.DivClassName
{
background-color: #870CEF;
}
.BgClassName
{
background-color: #870CEF;
}
</style>
border-color css
<style>
span { border-color: #870CEF; }
span { border-color: rgb(135,12,239); }
td.TdClassName
{
border-color: #870CEF;
}
.TagClassName
{
border-color: #870CEF;
}
</style>