Shades of Blue Violet #8740EC
Tints of Blue Violet #8740EC
RGB
CMYK
RGB Variations
Color information
#8740EC (or 0x8740EC) is known color: Blue Violet. HEX triplet: 87, 40 and EC. RGB value is (135,64,236). Sum of RGB (Red+Green+Blue) = 135+64+236=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #8740EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8740EC is #78BF13. Grayscale: #686868. Windows color (decimal): -7913236 or 15483015. OLE color: 15483015.
HSL color Cylindrical-coordinate representation of color #8740EC: hue angle of 264.77º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8740EC is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 64 | 236 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.07 |
| HSL | 264.77º | 0.82% | 0.59% | - |
| HSV(B) | 264.77º | 0.73% | 0.93% | - |
| XYZ | 26.97 | 14.87 | 80.81 | - |
| YUV | 104.84 | 202.02 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 236 | 0.43 | 0.73 | 0 | 0.07 | 264.77 | 0.82 | 0.59 |
| Hex | 87 | 40 | EC | 2B | 49 | 0 | 7 | 109 | 52 | 3B |
| Octal | 207 | 100 | 354 | 53 | 111 | 0 | 7 | 411 | 122 | 73 |
| Binary | 10000111 | 1000000 | 11101100 | 101011 | 1001001 | 0 | 111 | 100001001 | 1010010 | 111011 |
Color Harmonies of #8740EC
Complementary color
Monochromatic Colors of #8740EC
Black with #8740EC
Text Example
Text Example
White with #8740EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740EC; }
p { color: rgb(135,64,236); }
H1.HeaderClassName
{
color: #8740EC;
}
.AnyTagClassName
{
color: #8740EC;
}
</style>
background-color css
<style>
a { background-color: #8740EC; }
a { background-color: rgb(135,64,236); }
div.DivClassName
{
background-color: #8740EC;
}
.BgClassName
{
background-color: #8740EC;
}
</style>
border-color css
<style>
span { border-color: #8740EC; }
span { border-color: rgb(135,64,236); }
td.TdClassName
{
border-color: #8740EC;
}
.TagClassName
{
border-color: #8740EC;
}
</style>