Shades of Blue Violet #8C2EE9
Tints of Blue Violet #8C2EE9
RGB
CMYK
RGB Variations
Color information
#8C2EE9 (or 0x8C2EE9) is known color: Blue Violet. HEX triplet: 8C, 2E and E9. RGB value is (140,46,233). Sum of RGB (Red+Green+Blue) = 140+46+233=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 233 (91.41% from 255 or 55.61% from 419); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C2EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2EE9 is #73D116. Grayscale: #5E5E5E. Windows color (decimal): -7590167 or 15281804. OLE color: 15281804.
HSL color Cylindrical-coordinate representation of color #8C2EE9: hue angle of 270.16º degrees, saturation: 0.81, 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 #8C2EE9 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 46 | 233 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.09 |
| HSL | 270.16º | 0.81% | 0.55% | - |
| HSV(B) | 270.16º | 0.8% | 0.91% | - |
| XYZ | 26.5 | 13.41 | 78.28 | - |
| YUV | 95.42 | 205.64 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 233 | 0.40 | 0.80 | 0 | 0.09 | 270.16 | 0.81 | 0.55 |
| Hex | 8C | 2E | E9 | 28 | 50 | 0 | 9 | 10E | 51 | 37 |
| Octal | 214 | 56 | 351 | 50 | 120 | 0 | 11 | 416 | 121 | 67 |
| Binary | 10001100 | 101110 | 11101001 | 101000 | 1010000 | 0 | 1001 | 100001110 | 1010001 | 110111 |
Color Harmonies of #8C2EE9
Complementary color
Monochromatic Colors of #8C2EE9
Black with #8C2EE9
Text Example
Text Example
White with #8C2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2EE9; }
p { color: rgb(140,46,233); }
H1.HeaderClassName
{
color: #8C2EE9;
}
.AnyTagClassName
{
color: #8C2EE9;
}
</style>
background-color css
<style>
a { background-color: #8C2EE9; }
a { background-color: rgb(140,46,233); }
div.DivClassName
{
background-color: #8C2EE9;
}
.BgClassName
{
background-color: #8C2EE9;
}
</style>
border-color css
<style>
span { border-color: #8C2EE9; }
span { border-color: rgb(140,46,233); }
td.TdClassName
{
border-color: #8C2EE9;
}
.TagClassName
{
border-color: #8C2EE9;
}
</style>