Shades of Blue Violet #8C37EC
Tints of Blue Violet #8C37EC
RGB
CMYK
RGB Variations
Color information
#8C37EC (or 0x8C37EC) is known color: Blue Violet. HEX triplet: 8C, 37 and EC. RGB value is (140,55,236). Sum of RGB (Red+Green+Blue) = 140+55+236=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C37EC is #73C813. Grayscale: #646464. Windows color (decimal): -7587860 or 15480716. OLE color: 15480716.
HSL color Cylindrical-coordinate representation of color #8C37EC: hue angle of 268.18º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C37EC is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 55 | 236 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.07 |
| HSL | 268.18º | 0.83% | 0.57% | - |
| HSV(B) | 268.18º | 0.77% | 0.93% | - |
| XYZ | 27.32 | 14.36 | 80.69 | - |
| YUV | 101.05 | 204.16 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 236 | 0.41 | 0.77 | 0 | 0.07 | 268.18 | 0.83 | 0.57 |
| Hex | 8C | 37 | EC | 29 | 4D | 0 | 7 | 10C | 53 | 39 |
| Octal | 214 | 67 | 354 | 51 | 115 | 0 | 7 | 414 | 123 | 71 |
| Binary | 10001100 | 110111 | 11101100 | 101001 | 1001101 | 0 | 111 | 100001100 | 1010011 | 111001 |
Color Harmonies of #8C37EC
Complementary color
Monochromatic Colors of #8C37EC
Black with #8C37EC
Text Example
Text Example
White with #8C37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C37EC; }
p { color: rgb(140,55,236); }
H1.HeaderClassName
{
color: #8C37EC;
}
.AnyTagClassName
{
color: #8C37EC;
}
</style>
background-color css
<style>
a { background-color: #8C37EC; }
a { background-color: rgb(140,55,236); }
div.DivClassName
{
background-color: #8C37EC;
}
.BgClassName
{
background-color: #8C37EC;
}
</style>
border-color css
<style>
span { border-color: #8C37EC; }
span { border-color: rgb(140,55,236); }
td.TdClassName
{
border-color: #8C37EC;
}
.TagClassName
{
border-color: #8C37EC;
}
</style>