Shades of Blue Violet #8C21E9
Tints of Blue Violet #8C21E9
RGB
CMYK
RGB Variations
Color information
#8C21E9 (or 0x8C21E9) is known color: Blue Violet. HEX triplet: 8C, 21 and E9. RGB value is (140,33,233). Sum of RGB (Red+Green+Blue) = 140+33+233=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 233 (91.41% from 255 or 57.39% from 406); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C21E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C21E9 is #73DE16. Grayscale: #575757. Windows color (decimal): -7593495 or 15278476. OLE color: 15278476.
HSL color Cylindrical-coordinate representation of color #8C21E9: hue angle of 272.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C21E9 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 33 | 233 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.09 |
| HSL | 272.1º | 0.82% | 0.52% | - |
| HSV(B) | 272.1º | 0.86% | 0.91% | - |
| XYZ | 26.07 | 12.55 | 78.14 | - |
| YUV | 87.79 | 209.95 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 233 | 0.40 | 0.86 | 0 | 0.09 | 272.1 | 0.82 | 0.52 |
| Hex | 8C | 21 | E9 | 28 | 56 | 0 | 9 | 110 | 52 | 34 |
| Octal | 214 | 41 | 351 | 50 | 126 | 0 | 11 | 420 | 122 | 64 |
| Binary | 10001100 | 100001 | 11101001 | 101000 | 1010110 | 0 | 1001 | 100010000 | 1010010 | 110100 |
Color Harmonies of #8C21E9
Complementary color
Monochromatic Colors of #8C21E9
Black with #8C21E9
Text Example
Text Example
White with #8C21E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C21E9; }
p { color: rgb(140,33,233); }
H1.HeaderClassName
{
color: #8C21E9;
}
.AnyTagClassName
{
color: #8C21E9;
}
</style>
background-color css
<style>
a { background-color: #8C21E9; }
a { background-color: rgb(140,33,233); }
div.DivClassName
{
background-color: #8C21E9;
}
.BgClassName
{
background-color: #8C21E9;
}
</style>
border-color css
<style>
span { border-color: #8C21E9; }
span { border-color: rgb(140,33,233); }
td.TdClassName
{
border-color: #8C21E9;
}
.TagClassName
{
border-color: #8C21E9;
}
</style>