Shades of Blue Violet #8118EA
Tints of Blue Violet #8118EA
RGB
CMYK
RGB Variations
Color information
#8118EA (or 0x8118EA) is known color: Blue Violet. HEX triplet: 81, 18 and EA. RGB value is (129,24,234). Sum of RGB (Red+Green+Blue) = 129+24+234=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #8118EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8118EA is #7EE715. Grayscale: #4E4E4E. Windows color (decimal): -8316694 or 15341697. OLE color: 15341697.
HSL color Cylindrical-coordinate representation of color #8118EA: hue angle of 270º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8118EA is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 24 | 234 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.08 |
| HSL | 270º | 0.83% | 0.51% | - |
| HSV(B) | 270º | 0.9% | 0.92% | - |
| XYZ | 24.23 | 11.26 | 78.74 | - |
| YUV | 79.34 | 215.29 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 234 | 0.45 | 0.90 | 0 | 0.08 | 270 | 0.83 | 0.51 |
| Hex | 81 | 18 | EA | 2D | 5A | 0 | 8 | 10E | 53 | 33 |
| Octal | 201 | 30 | 352 | 55 | 132 | 0 | 10 | 416 | 123 | 63 |
| Binary | 10000001 | 11000 | 11101010 | 101101 | 1011010 | 0 | 1000 | 100001110 | 1010011 | 110011 |
Color Harmonies of #8118EA
Complementary color
Monochromatic Colors of #8118EA
Black with #8118EA
Text Example
Text Example
White with #8118EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8118EA; }
p { color: rgb(129,24,234); }
H1.HeaderClassName
{
color: #8118EA;
}
.AnyTagClassName
{
color: #8118EA;
}
</style>
background-color css
<style>
a { background-color: #8118EA; }
a { background-color: rgb(129,24,234); }
div.DivClassName
{
background-color: #8118EA;
}
.BgClassName
{
background-color: #8118EA;
}
</style>
border-color css
<style>
span { border-color: #8118EA; }
span { border-color: rgb(129,24,234); }
td.TdClassName
{
border-color: #8118EA;
}
.TagClassName
{
border-color: #8118EA;
}
</style>