Shades of Blue Violet #8C2CE9
Tints of Blue Violet #8C2CE9
RGB
CMYK
RGB Variations
Color information
#8C2CE9 (or 0x8C2CE9) is known color: Blue Violet. HEX triplet: 8C, 2C and E9. RGB value is (140,44,233). Sum of RGB (Red+Green+Blue) = 140+44+233=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 233 (91.41% from 255 or 55.88% from 417); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C2CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2CE9 is #73D316. Grayscale: #5D5D5D. Windows color (decimal): -7590679 or 15281292. OLE color: 15281292.
HSL color Cylindrical-coordinate representation of color #8C2CE9: hue angle of 270.48º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C2CE9 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 44 | 233 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.09 |
| HSL | 270.48º | 0.81% | 0.54% | - |
| HSV(B) | 270.48º | 0.81% | 0.91% | - |
| XYZ | 26.42 | 13.26 | 78.26 | - |
| YUV | 94.25 | 206.3 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 233 | 0.40 | 0.81 | 0 | 0.09 | 270.48 | 0.81 | 0.54 |
| Hex | 8C | 2C | E9 | 28 | 51 | 0 | 9 | 10E | 51 | 36 |
| Octal | 214 | 54 | 351 | 50 | 121 | 0 | 11 | 416 | 121 | 66 |
| Binary | 10001100 | 101100 | 11101001 | 101000 | 1010001 | 0 | 1001 | 100001110 | 1010001 | 110110 |
Color Harmonies of #8C2CE9
Complementary color
Monochromatic Colors of #8C2CE9
Black with #8C2CE9
Text Example
Text Example
White with #8C2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2CE9; }
p { color: rgb(140,44,233); }
H1.HeaderClassName
{
color: #8C2CE9;
}
.AnyTagClassName
{
color: #8C2CE9;
}
</style>
background-color css
<style>
a { background-color: #8C2CE9; }
a { background-color: rgb(140,44,233); }
div.DivClassName
{
background-color: #8C2CE9;
}
.BgClassName
{
background-color: #8C2CE9;
}
</style>
border-color css
<style>
span { border-color: #8C2CE9; }
span { border-color: rgb(140,44,233); }
td.TdClassName
{
border-color: #8C2CE9;
}
.TagClassName
{
border-color: #8C2CE9;
}
</style>