Shades of Blue Violet #8124D8
Tints of Blue Violet #8124D8
RGB
CMYK
RGB Variations
Color information
#8124D8 (or 0x8124D8) is known color: Blue Violet. HEX triplet: 81, 24 and D8. RGB value is (129,36,216). Sum of RGB (Red+Green+Blue) = 129+36+216=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #8124D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8124D8 is #7EDB27. Grayscale: #535353. Windows color (decimal): -8313640 or 14165121. OLE color: 14165121.
HSL color Cylindrical-coordinate representation of color #8124D8: hue angle of 271º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8124D8 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 36 | 216 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.15 |
| HSL | 271º | 0.71% | 0.49% | - |
| HSV(B) | 271º | 0.83% | 0.85% | - |
| XYZ | 22.08 | 10.89 | 65.9 | - |
| YUV | 84.33 | 202.31 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 216 | 0.40 | 0.83 | 0 | 0.15 | 271 | 0.71 | 0.49 |
| Hex | 81 | 24 | D8 | 28 | 53 | 0 | F | 10F | 47 | 31 |
| Octal | 201 | 44 | 330 | 50 | 123 | 0 | 17 | 417 | 107 | 61 |
| Binary | 10000001 | 100100 | 11011000 | 101000 | 1010011 | 0 | 1111 | 100001111 | 1000111 | 110001 |
Color Harmonies of #8124D8
Complementary color
Monochromatic Colors of #8124D8
Black with #8124D8
Text Example
Text Example
White with #8124D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8124D8; }
p { color: rgb(129,36,216); }
H1.HeaderClassName
{
color: #8124D8;
}
.AnyTagClassName
{
color: #8124D8;
}
</style>
background-color css
<style>
a { background-color: #8124D8; }
a { background-color: rgb(129,36,216); }
div.DivClassName
{
background-color: #8124D8;
}
.BgClassName
{
background-color: #8124D8;
}
</style>
border-color css
<style>
span { border-color: #8124D8; }
span { border-color: rgb(129,36,216); }
td.TdClassName
{
border-color: #8124D8;
}
.TagClassName
{
border-color: #8124D8;
}
</style>