Shades of Blue Violet #870CEC
Tints of Blue Violet #870CEC
RGB
CMYK
RGB Variations
Color information
#870CEC (or 0x870CEC) is known color: Blue Violet. HEX triplet: 87, 0C and EC. RGB value is (135,12,236). Sum of RGB (Red+Green+Blue) = 135+12+236=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #870CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870CEC is #78F313. Grayscale: #494949. Windows color (decimal): -7926548 or 15469703. OLE color: 15469703.
HSL color Cylindrical-coordinate representation of color #870CEC: hue angle of 272.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CEC is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 12 | 236 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.07 |
| HSL | 272.95º | 0.9% | 0.49% | - |
| HSV(B) | 272.95º | 0.95% | 0.93% | - |
| XYZ | 25.26 | 11.47 | 80.24 | - |
| YUV | 74.31 | 219.25 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 236 | 0.43 | 0.95 | 0 | 0.07 | 272.95 | 0.9 | 0.49 |
| Hex | 87 | C | EC | 2B | 5F | 0 | 7 | 111 | 5A | 31 |
| Octal | 207 | 14 | 354 | 53 | 137 | 0 | 7 | 421 | 132 | 61 |
| Binary | 10000111 | 1100 | 11101100 | 101011 | 1011111 | 0 | 111 | 100010001 | 1011010 | 110001 |
Color Harmonies of #870CEC
Complementary color
Monochromatic Colors of #870CEC
Black with #870CEC
Text Example
Text Example
White with #870CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CEC; }
p { color: rgb(135,12,236); }
H1.HeaderClassName
{
color: #870CEC;
}
.AnyTagClassName
{
color: #870CEC;
}
</style>
background-color css
<style>
a { background-color: #870CEC; }
a { background-color: rgb(135,12,236); }
div.DivClassName
{
background-color: #870CEC;
}
.BgClassName
{
background-color: #870CEC;
}
</style>
border-color css
<style>
span { border-color: #870CEC; }
span { border-color: rgb(135,12,236); }
td.TdClassName
{
border-color: #870CEC;
}
.TagClassName
{
border-color: #870CEC;
}
</style>