Shades of Blue Violet #8C22E9
Tints of Blue Violet #8C22E9
RGB
CMYK
RGB Variations
Color information
#8C22E9 (or 0x8C22E9) is known color: Blue Violet. HEX triplet: 8C, 22 and E9. RGB value is (140,34,233). Sum of RGB (Red+Green+Blue) = 140+34+233=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C22E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C22E9 is #73DD16. Grayscale: #575757. Windows color (decimal): -7593239 or 15278732. OLE color: 15278732.
HSL color Cylindrical-coordinate representation of color #8C22E9: hue angle of 271.96º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C22E9 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 34 | 233 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.09 |
| HSL | 271.96º | 0.82% | 0.52% | - |
| HSV(B) | 271.96º | 0.85% | 0.91% | - |
| XYZ | 26.1 | 12.6 | 78.15 | - |
| YUV | 88.38 | 209.62 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 233 | 0.40 | 0.85 | 0 | 0.09 | 271.96 | 0.82 | 0.52 |
| Hex | 8C | 22 | E9 | 28 | 55 | 0 | 9 | 110 | 52 | 34 |
| Octal | 214 | 42 | 351 | 50 | 125 | 0 | 11 | 420 | 122 | 64 |
| Binary | 10001100 | 100010 | 11101001 | 101000 | 1010101 | 0 | 1001 | 100010000 | 1010010 | 110100 |
Color Harmonies of #8C22E9
Complementary color
Monochromatic Colors of #8C22E9
Black with #8C22E9
Text Example
Text Example
White with #8C22E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C22E9; }
p { color: rgb(140,34,233); }
H1.HeaderClassName
{
color: #8C22E9;
}
.AnyTagClassName
{
color: #8C22E9;
}
</style>
background-color css
<style>
a { background-color: #8C22E9; }
a { background-color: rgb(140,34,233); }
div.DivClassName
{
background-color: #8C22E9;
}
.BgClassName
{
background-color: #8C22E9;
}
</style>
border-color css
<style>
span { border-color: #8C22E9; }
span { border-color: rgb(140,34,233); }
td.TdClassName
{
border-color: #8C22E9;
}
.TagClassName
{
border-color: #8C22E9;
}
</style>