Shades of Blue Violet #8C2EE8
Tints of Blue Violet #8C2EE8
RGB
CMYK
RGB Variations
Color information
#8C2EE8 (or 0x8C2EE8) is known color: Blue Violet. HEX triplet: 8C, 2E and E8. RGB value is (140,46,232). Sum of RGB (Red+Green+Blue) = 140+46+232=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #8C2EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2EE8 is #73D117. Grayscale: #5E5E5E. Windows color (decimal): -7590168 or 15216268. OLE color: 15216268.
HSL color Cylindrical-coordinate representation of color #8C2EE8: hue angle of 270.32º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C2EE8 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 46 | 232 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.09 |
| HSL | 270.32º | 0.8% | 0.55% | - |
| HSV(B) | 270.32º | 0.8% | 0.91% | - |
| XYZ | 26.36 | 13.36 | 77.53 | - |
| YUV | 95.31 | 205.14 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 232 | 0.40 | 0.80 | 0 | 0.09 | 270.32 | 0.8 | 0.55 |
| Hex | 8C | 2E | E8 | 28 | 50 | 0 | 9 | 10E | 50 | 37 |
| Octal | 214 | 56 | 350 | 50 | 120 | 0 | 11 | 416 | 120 | 67 |
| Binary | 10001100 | 101110 | 11101000 | 101000 | 1010000 | 0 | 1001 | 100001110 | 1010000 | 110111 |
Color Harmonies of #8C2EE8
Complementary color
Monochromatic Colors of #8C2EE8
Black with #8C2EE8
Text Example
Text Example
White with #8C2EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2EE8; }
p { color: rgb(140,46,232); }
H1.HeaderClassName
{
color: #8C2EE8;
}
.AnyTagClassName
{
color: #8C2EE8;
}
</style>
background-color css
<style>
a { background-color: #8C2EE8; }
a { background-color: rgb(140,46,232); }
div.DivClassName
{
background-color: #8C2EE8;
}
.BgClassName
{
background-color: #8C2EE8;
}
</style>
border-color css
<style>
span { border-color: #8C2EE8; }
span { border-color: rgb(140,46,232); }
td.TdClassName
{
border-color: #8C2EE8;
}
.TagClassName
{
border-color: #8C2EE8;
}
</style>