Shades of Blue Violet #8115EA
Tints of Blue Violet #8115EA
RGB
CMYK
RGB Variations
Color information
#8115EA (or 0x8115EA) is known color: Blue Violet. HEX triplet: 81, 15 and EA. RGB value is (129,21,234). Sum of RGB (Red+Green+Blue) = 129+21+234=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #8115EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8115EA is #7EEA15. Grayscale: #4C4C4C. Windows color (decimal): -8317462 or 15340929. OLE color: 15340929.
HSL color Cylindrical-coordinate representation of color #8115EA: hue angle of 270.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8115EA is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 21 | 234 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.08 |
| HSL | 270.42º | 0.84% | 0.5% | - |
| HSV(B) | 270.42º | 0.91% | 0.92% | - |
| XYZ | 24.17 | 11.14 | 78.72 | - |
| YUV | 77.57 | 216.28 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 234 | 0.45 | 0.91 | 0 | 0.08 | 270.42 | 0.84 | 0.5 |
| Hex | 81 | 15 | EA | 2D | 5B | 0 | 8 | 10E | 54 | 32 |
| Octal | 201 | 25 | 352 | 55 | 133 | 0 | 10 | 416 | 124 | 62 |
| Binary | 10000001 | 10101 | 11101010 | 101101 | 1011011 | 0 | 1000 | 100001110 | 1010100 | 110010 |
Color Harmonies of #8115EA
Complementary color
Monochromatic Colors of #8115EA
Black with #8115EA
Text Example
Text Example
White with #8115EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115EA; }
p { color: rgb(129,21,234); }
H1.HeaderClassName
{
color: #8115EA;
}
.AnyTagClassName
{
color: #8115EA;
}
</style>
background-color css
<style>
a { background-color: #8115EA; }
a { background-color: rgb(129,21,234); }
div.DivClassName
{
background-color: #8115EA;
}
.BgClassName
{
background-color: #8115EA;
}
</style>
border-color css
<style>
span { border-color: #8115EA; }
span { border-color: rgb(129,21,234); }
td.TdClassName
{
border-color: #8115EA;
}
.TagClassName
{
border-color: #8115EA;
}
</style>