Shades of Blue Violet #8124E6
Tints of Blue Violet #8124E6
RGB
CMYK
RGB Variations
Color information
#8124E6 (or 0x8124E6) is known color: Blue Violet. HEX triplet: 81, 24 and E6. RGB value is (129,36,230). Sum of RGB (Red+Green+Blue) = 129+36+230=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #8124E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8124E6 is #7EDB19. Grayscale: #555555. Windows color (decimal): -8313626 or 15082625. OLE color: 15082625.
HSL color Cylindrical-coordinate representation of color #8124E6: hue angle of 268.76º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8124E6 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 36 | 230 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.10 |
| HSL | 268.76º | 0.8% | 0.52% | - |
| HSV(B) | 268.76º | 0.84% | 0.9% | - |
| XYZ | 23.97 | 11.64 | 75.85 | - |
| YUV | 85.92 | 209.31 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 230 | 0.44 | 0.84 | 0 | 0.10 | 268.76 | 0.8 | 0.52 |
| Hex | 81 | 24 | E6 | 2C | 54 | 0 | A | 10D | 50 | 34 |
| Octal | 201 | 44 | 346 | 54 | 124 | 0 | 12 | 415 | 120 | 64 |
| Binary | 10000001 | 100100 | 11100110 | 101100 | 1010100 | 0 | 1010 | 100001101 | 1010000 | 110100 |
Color Harmonies of #8124E6
Complementary color
Monochromatic Colors of #8124E6
Black with #8124E6
Text Example
Text Example
White with #8124E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8124E6; }
p { color: rgb(129,36,230); }
H1.HeaderClassName
{
color: #8124E6;
}
.AnyTagClassName
{
color: #8124E6;
}
</style>
background-color css
<style>
a { background-color: #8124E6; }
a { background-color: rgb(129,36,230); }
div.DivClassName
{
background-color: #8124E6;
}
.BgClassName
{
background-color: #8124E6;
}
</style>
border-color css
<style>
span { border-color: #8124E6; }
span { border-color: rgb(129,36,230); }
td.TdClassName
{
border-color: #8124E6;
}
.TagClassName
{
border-color: #8124E6;
}
</style>