Shades of Blue Violet #8C40EF
Tints of Blue Violet #8C40EF
RGB
CMYK
RGB Variations
Color information
#8C40EF (or 0x8C40EF) is known color: Blue Violet. HEX triplet: 8C, 40 and EF. RGB value is (140,64,239). Sum of RGB (Red+Green+Blue) = 140+64+239=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C40EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C40EF is #73BF10. Grayscale: #6A6A6A. Windows color (decimal): -7585553 or 15679628. OLE color: 15679628.
HSL color Cylindrical-coordinate representation of color #8C40EF: hue angle of 266.06º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C40EF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 64 | 239 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.06 |
| HSL | 266.06º | 0.85% | 0.59% | - |
| HSV(B) | 266.06º | 0.73% | 0.94% | - |
| XYZ | 28.23 | 15.47 | 83.16 | - |
| YUV | 106.67 | 202.68 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 239 | 0.41 | 0.73 | 0 | 0.06 | 266.06 | 0.85 | 0.59 |
| Hex | 8C | 40 | EF | 29 | 49 | 0 | 6 | 10A | 55 | 3B |
| Octal | 214 | 100 | 357 | 51 | 111 | 0 | 6 | 412 | 125 | 73 |
| Binary | 10001100 | 1000000 | 11101111 | 101001 | 1001001 | 0 | 110 | 100001010 | 1010101 | 111011 |
Color Harmonies of #8C40EF
Complementary color
Monochromatic Colors of #8C40EF
Black with #8C40EF
Text Example
Text Example
White with #8C40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40EF; }
p { color: rgb(140,64,239); }
H1.HeaderClassName
{
color: #8C40EF;
}
.AnyTagClassName
{
color: #8C40EF;
}
</style>
background-color css
<style>
a { background-color: #8C40EF; }
a { background-color: rgb(140,64,239); }
div.DivClassName
{
background-color: #8C40EF;
}
.BgClassName
{
background-color: #8C40EF;
}
</style>
border-color css
<style>
span { border-color: #8C40EF; }
span { border-color: rgb(140,64,239); }
td.TdClassName
{
border-color: #8C40EF;
}
.TagClassName
{
border-color: #8C40EF;
}
</style>