Shades of Blue Violet #8111EA
Tints of Blue Violet #8111EA
RGB
CMYK
RGB Variations
Color information
#8111EA (or 0x8111EA) is known color: Blue Violet. HEX triplet: 81, 11 and EA. RGB value is (129,17,234). Sum of RGB (Red+Green+Blue) = 129+17+234=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #8111EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8111EA is #7EEE15. Grayscale: #4A4A4A. Windows color (decimal): -8318486 or 15339905. OLE color: 15339905.
HSL color Cylindrical-coordinate representation of color #8111EA: hue angle of 270.97º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8111EA is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 17 | 234 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.08 |
| HSL | 270.97º | 0.86% | 0.49% | - |
| HSV(B) | 270.97º | 0.93% | 0.92% | - |
| XYZ | 24.1 | 11.01 | 78.7 | - |
| YUV | 75.23 | 217.61 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 234 | 0.45 | 0.93 | 0 | 0.08 | 270.97 | 0.86 | 0.49 |
| Hex | 81 | 11 | EA | 2D | 5D | 0 | 8 | 10F | 56 | 31 |
| Octal | 201 | 21 | 352 | 55 | 135 | 0 | 10 | 417 | 126 | 61 |
| Binary | 10000001 | 10001 | 11101010 | 101101 | 1011101 | 0 | 1000 | 100001111 | 1010110 | 110001 |
Color Harmonies of #8111EA
Complementary color
Monochromatic Colors of #8111EA
Black with #8111EA
Text Example
Text Example
White with #8111EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8111EA; }
p { color: rgb(129,17,234); }
H1.HeaderClassName
{
color: #8111EA;
}
.AnyTagClassName
{
color: #8111EA;
}
</style>
background-color css
<style>
a { background-color: #8111EA; }
a { background-color: rgb(129,17,234); }
div.DivClassName
{
background-color: #8111EA;
}
.BgClassName
{
background-color: #8111EA;
}
</style>
border-color css
<style>
span { border-color: #8111EA; }
span { border-color: rgb(129,17,234); }
td.TdClassName
{
border-color: #8111EA;
}
.TagClassName
{
border-color: #8111EA;
}
</style>