Shades of Blue Violet #8121EA
Tints of Blue Violet #8121EA
RGB
CMYK
RGB Variations
Color information
#8121EA (or 0x8121EA) is known color: Blue Violet. HEX triplet: 81, 21 and EA. RGB value is (129,33,234). Sum of RGB (Red+Green+Blue) = 129+33+234=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #8121EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8121EA is #7EDE15. Grayscale: #535353. Windows color (decimal): -8314390 or 15344001. OLE color: 15344001.
HSL color Cylindrical-coordinate representation of color #8121EA: hue angle of 268.66º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8121EA is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 33 | 234 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.08 |
| HSL | 268.66º | 0.83% | 0.52% | - |
| HSV(B) | 268.66º | 0.86% | 0.92% | - |
| XYZ | 24.45 | 11.7 | 78.81 | - |
| YUV | 84.62 | 212.3 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 234 | 0.45 | 0.86 | 0 | 0.08 | 268.66 | 0.83 | 0.52 |
| Hex | 81 | 21 | EA | 2D | 56 | 0 | 8 | 10D | 53 | 34 |
| Octal | 201 | 41 | 352 | 55 | 126 | 0 | 10 | 415 | 123 | 64 |
| Binary | 10000001 | 100001 | 11101010 | 101101 | 1010110 | 0 | 1000 | 100001101 | 1010011 | 110100 |
Color Harmonies of #8121EA
Complementary color
Monochromatic Colors of #8121EA
Black with #8121EA
Text Example
Text Example
White with #8121EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121EA; }
p { color: rgb(129,33,234); }
H1.HeaderClassName
{
color: #8121EA;
}
.AnyTagClassName
{
color: #8121EA;
}
</style>
background-color css
<style>
a { background-color: #8121EA; }
a { background-color: rgb(129,33,234); }
div.DivClassName
{
background-color: #8121EA;
}
.BgClassName
{
background-color: #8121EA;
}
</style>
border-color css
<style>
span { border-color: #8121EA; }
span { border-color: rgb(129,33,234); }
td.TdClassName
{
border-color: #8121EA;
}
.TagClassName
{
border-color: #8121EA;
}
</style>