Shades of Blue Violet #8124EC
Tints of Blue Violet #8124EC
RGB
CMYK
RGB Variations
Color information
#8124EC (or 0x8124EC) is known color: Blue Violet. HEX triplet: 81, 24 and EC. RGB value is (129,36,236). Sum of RGB (Red+Green+Blue) = 129+36+236=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #8124EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8124EC is #7EDB13. Grayscale: #555555. Windows color (decimal): -8313620 or 15475841. OLE color: 15475841.
HSL color Cylindrical-coordinate representation of color #8124EC: hue angle of 267.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8124EC is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 36 | 236 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.07 |
| HSL | 267.9º | 0.84% | 0.53% | - |
| HSV(B) | 267.9º | 0.85% | 0.93% | - |
| XYZ | 24.82 | 11.99 | 80.36 | - |
| YUV | 86.61 | 212.31 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 236 | 0.45 | 0.85 | 0 | 0.07 | 267.9 | 0.84 | 0.53 |
| Hex | 81 | 24 | EC | 2D | 55 | 0 | 7 | 10C | 54 | 35 |
| Octal | 201 | 44 | 354 | 55 | 125 | 0 | 7 | 414 | 124 | 65 |
| Binary | 10000001 | 100100 | 11101100 | 101101 | 1010101 | 0 | 111 | 100001100 | 1010100 | 110101 |
Color Harmonies of #8124EC
Complementary color
Monochromatic Colors of #8124EC
Black with #8124EC
Text Example
Text Example
White with #8124EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8124EC; }
p { color: rgb(129,36,236); }
H1.HeaderClassName
{
color: #8124EC;
}
.AnyTagClassName
{
color: #8124EC;
}
</style>
background-color css
<style>
a { background-color: #8124EC; }
a { background-color: rgb(129,36,236); }
div.DivClassName
{
background-color: #8124EC;
}
.BgClassName
{
background-color: #8124EC;
}
</style>
border-color css
<style>
span { border-color: #8124EC; }
span { border-color: rgb(129,36,236); }
td.TdClassName
{
border-color: #8124EC;
}
.TagClassName
{
border-color: #8124EC;
}
</style>