Shades of Blue Violet #8115E5
Tints of Blue Violet #8115E5
RGB
CMYK
RGB Variations
Color information
#8115E5 (or 0x8115E5) is known color: Blue Violet. HEX triplet: 81, 15 and E5. RGB value is (129,21,229). Sum of RGB (Red+Green+Blue) = 129+21+229=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #8115E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115E5 is #7EEA1A. Grayscale: #4C4C4C. Windows color (decimal): -8317467 or 15013249. OLE color: 15013249.
HSL color Cylindrical-coordinate representation of color #8115E5: hue angle of 271.15º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8115E5 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 21 | 229 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.10 |
| HSL | 271.15º | 0.83% | 0.49% | - |
| HSV(B) | 271.15º | 0.91% | 0.9% | - |
| XYZ | 23.46 | 10.86 | 74.99 | - |
| YUV | 77 | 213.78 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 229 | 0.44 | 0.91 | 0 | 0.10 | 271.15 | 0.83 | 0.49 |
| Hex | 81 | 15 | E5 | 2C | 5B | 0 | A | 10F | 53 | 31 |
| Octal | 201 | 25 | 345 | 54 | 133 | 0 | 12 | 417 | 123 | 61 |
| Binary | 10000001 | 10101 | 11100101 | 101100 | 1011011 | 0 | 1010 | 100001111 | 1010011 | 110001 |
Color Harmonies of #8115E5
Complementary color
Monochromatic Colors of #8115E5
Black with #8115E5
Text Example
Text Example
White with #8115E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115E5; }
p { color: rgb(129,21,229); }
H1.HeaderClassName
{
color: #8115E5;
}
.AnyTagClassName
{
color: #8115E5;
}
</style>
background-color css
<style>
a { background-color: #8115E5; }
a { background-color: rgb(129,21,229); }
div.DivClassName
{
background-color: #8115E5;
}
.BgClassName
{
background-color: #8115E5;
}
</style>
border-color css
<style>
span { border-color: #8115E5; }
span { border-color: rgb(129,21,229); }
td.TdClassName
{
border-color: #8115E5;
}
.TagClassName
{
border-color: #8115E5;
}
</style>