Shades of Blue Violet #8124EA
Tints of Blue Violet #8124EA
RGB
CMYK
RGB Variations
Color information
#8124EA (or 0x8124EA) is known color: Blue Violet. HEX triplet: 81, 24 and EA. RGB value is (129,36,234). Sum of RGB (Red+Green+Blue) = 129+36+234=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #8124EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8124EA is #7EDB15. Grayscale: #555555. Windows color (decimal): -8313622 or 15344769. OLE color: 15344769.
HSL color Cylindrical-coordinate representation of color #8124EA: hue angle of 268.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8124EA is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 36 | 234 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.08 |
| HSL | 268.18º | 0.83% | 0.53% | - |
| HSV(B) | 268.18º | 0.85% | 0.92% | - |
| XYZ | 24.54 | 11.87 | 78.84 | - |
| YUV | 86.38 | 211.31 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 234 | 0.45 | 0.85 | 0 | 0.08 | 268.18 | 0.83 | 0.53 |
| Hex | 81 | 24 | EA | 2D | 55 | 0 | 8 | 10C | 52 | 35 |
| Octal | 201 | 44 | 352 | 55 | 125 | 0 | 10 | 414 | 122 | 65 |
| Binary | 10000001 | 100100 | 11101010 | 101101 | 1010101 | 0 | 1000 | 100001100 | 1010010 | 110101 |
Color Harmonies of #8124EA
Complementary color
Monochromatic Colors of #8124EA
Black with #8124EA
Text Example
Text Example
White with #8124EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8124EA; }
p { color: rgb(129,36,234); }
H1.HeaderClassName
{
color: #8124EA;
}
.AnyTagClassName
{
color: #8124EA;
}
</style>
background-color css
<style>
a { background-color: #8124EA; }
a { background-color: rgb(129,36,234); }
div.DivClassName
{
background-color: #8124EA;
}
.BgClassName
{
background-color: #8124EA;
}
</style>
border-color css
<style>
span { border-color: #8124EA; }
span { border-color: rgb(129,36,234); }
td.TdClassName
{
border-color: #8124EA;
}
.TagClassName
{
border-color: #8124EA;
}
</style>