Shades of Blue Violet #8712EC
Tints of Blue Violet #8712EC
RGB
CMYK
RGB Variations
Color information
#8712EC (or 0x8712EC) is known color: Blue Violet. HEX triplet: 87, 12 and EC. RGB value is (135,18,236). Sum of RGB (Red+Green+Blue) = 135+18+236=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #8712EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8712EC is #78ED13. Grayscale: #4D4D4D. Windows color (decimal): -7925012 or 15471239. OLE color: 15471239.
HSL color Cylindrical-coordinate representation of color #8712EC: hue angle of 272.2º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8712EC is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 18 | 236 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.07 |
| HSL | 272.2º | 0.86% | 0.5% | - |
| HSV(B) | 272.2º | 0.92% | 0.93% | - |
| XYZ | 25.35 | 11.64 | 80.27 | - |
| YUV | 77.84 | 217.26 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 236 | 0.43 | 0.92 | 0 | 0.07 | 272.2 | 0.86 | 0.5 |
| Hex | 87 | 12 | EC | 2B | 5C | 0 | 7 | 110 | 56 | 32 |
| Octal | 207 | 22 | 354 | 53 | 134 | 0 | 7 | 420 | 126 | 62 |
| Binary | 10000111 | 10010 | 11101100 | 101011 | 1011100 | 0 | 111 | 100010000 | 1010110 | 110010 |
Color Harmonies of #8712EC
Complementary color
Monochromatic Colors of #8712EC
Black with #8712EC
Text Example
Text Example
White with #8712EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712EC; }
p { color: rgb(135,18,236); }
H1.HeaderClassName
{
color: #8712EC;
}
.AnyTagClassName
{
color: #8712EC;
}
</style>
background-color css
<style>
a { background-color: #8712EC; }
a { background-color: rgb(135,18,236); }
div.DivClassName
{
background-color: #8712EC;
}
.BgClassName
{
background-color: #8712EC;
}
</style>
border-color css
<style>
span { border-color: #8712EC; }
span { border-color: rgb(135,18,236); }
td.TdClassName
{
border-color: #8712EC;
}
.TagClassName
{
border-color: #8712EC;
}
</style>