Shades of Blue Violet #8110E5
Tints of Blue Violet #8110E5
RGB
CMYK
RGB Variations
Color information
#8110E5 (or 0x8110E5) is known color: Blue Violet. HEX triplet: 81, 10 and E5. RGB value is (129,16,229). Sum of RGB (Red+Green+Blue) = 129+16+229=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #8110E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8110E5 is #7EEF1A. Grayscale: #494949. Windows color (decimal): -8318747 or 15011969. OLE color: 15011969.
HSL color Cylindrical-coordinate representation of color #8110E5: hue angle of 271.83º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8110E5 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 16 | 229 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.10 |
| HSL | 271.83º | 0.87% | 0.48% | - |
| HSV(B) | 271.83º | 0.93% | 0.9% | - |
| XYZ | 23.38 | 10.69 | 74.96 | - |
| YUV | 74.07 | 215.44 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 229 | 0.44 | 0.93 | 0 | 0.10 | 271.83 | 0.87 | 0.48 |
| Hex | 81 | 10 | E5 | 2C | 5D | 0 | A | 110 | 57 | 30 |
| Octal | 201 | 20 | 345 | 54 | 135 | 0 | 12 | 420 | 127 | 60 |
| Binary | 10000001 | 10000 | 11100101 | 101100 | 1011101 | 0 | 1010 | 100010000 | 1010111 | 110000 |
Color Harmonies of #8110E5
Complementary color
Monochromatic Colors of #8110E5
Black with #8110E5
Text Example
Text Example
White with #8110E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8110E5; }
p { color: rgb(129,16,229); }
H1.HeaderClassName
{
color: #8110E5;
}
.AnyTagClassName
{
color: #8110E5;
}
</style>
background-color css
<style>
a { background-color: #8110E5; }
a { background-color: rgb(129,16,229); }
div.DivClassName
{
background-color: #8110E5;
}
.BgClassName
{
background-color: #8110E5;
}
</style>
border-color css
<style>
span { border-color: #8110E5; }
span { border-color: rgb(129,16,229); }
td.TdClassName
{
border-color: #8110E5;
}
.TagClassName
{
border-color: #8110E5;
}
</style>