Shades of Blue Violet #8C40EE
Tints of Blue Violet #8C40EE
RGB
CMYK
RGB Variations
Color information
#8C40EE (or 0x8C40EE) is known color: Blue Violet. HEX triplet: 8C, 40 and EE. RGB value is (140,64,238). Sum of RGB (Red+Green+Blue) = 140+64+238=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C40EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C40EE is #73BF11. Grayscale: #696969. Windows color (decimal): -7585554 or 15614092. OLE color: 15614092.
HSL color Cylindrical-coordinate representation of color #8C40EE: hue angle of 266.21º degrees, saturation: 0.84, 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 #8C40EE is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 64 | 238 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.07 |
| HSL | 266.21º | 0.84% | 0.59% | - |
| HSV(B) | 266.21º | 0.73% | 0.93% | - |
| XYZ | 28.08 | 15.42 | 82.38 | - |
| YUV | 106.56 | 202.18 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 238 | 0.41 | 0.73 | 0 | 0.07 | 266.21 | 0.84 | 0.59 |
| Hex | 8C | 40 | EE | 29 | 49 | 0 | 7 | 10A | 54 | 3B |
| Octal | 214 | 100 | 356 | 51 | 111 | 0 | 7 | 412 | 124 | 73 |
| Binary | 10001100 | 1000000 | 11101110 | 101001 | 1001001 | 0 | 111 | 100001010 | 1010100 | 111011 |
Color Harmonies of #8C40EE
Complementary color
Monochromatic Colors of #8C40EE
Black with #8C40EE
Text Example
Text Example
White with #8C40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40EE; }
p { color: rgb(140,64,238); }
H1.HeaderClassName
{
color: #8C40EE;
}
.AnyTagClassName
{
color: #8C40EE;
}
</style>
background-color css
<style>
a { background-color: #8C40EE; }
a { background-color: rgb(140,64,238); }
div.DivClassName
{
background-color: #8C40EE;
}
.BgClassName
{
background-color: #8C40EE;
}
</style>
border-color css
<style>
span { border-color: #8C40EE; }
span { border-color: rgb(140,64,238); }
td.TdClassName
{
border-color: #8C40EE;
}
.TagClassName
{
border-color: #8C40EE;
}
</style>