Shades of Blue Violet #8118EB
Tints of Blue Violet #8118EB
RGB
CMYK
RGB Variations
Color information
#8118EB (or 0x8118EB) is known color: Blue Violet. HEX triplet: 81, 18 and EB. RGB value is (129,24,235). Sum of RGB (Red+Green+Blue) = 129+24+235=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #8118EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8118EB is #7EE714. Grayscale: #4E4E4E. Windows color (decimal): -8316693 or 15407233. OLE color: 15407233.
HSL color Cylindrical-coordinate representation of color #8118EB: hue angle of 269.86º degrees, saturation: 0.84, 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 #8118EB is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 24 | 235 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.08 |
| HSL | 269.86º | 0.84% | 0.51% | - |
| HSV(B) | 269.86º | 0.9% | 0.92% | - |
| XYZ | 24.38 | 11.32 | 79.5 | - |
| YUV | 79.45 | 215.79 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 235 | 0.45 | 0.90 | 0 | 0.08 | 269.86 | 0.84 | 0.51 |
| Hex | 81 | 18 | EB | 2D | 5A | 0 | 8 | 10E | 54 | 33 |
| Octal | 201 | 30 | 353 | 55 | 132 | 0 | 10 | 416 | 124 | 63 |
| Binary | 10000001 | 11000 | 11101011 | 101101 | 1011010 | 0 | 1000 | 100001110 | 1010100 | 110011 |
Color Harmonies of #8118EB
Complementary color
Monochromatic Colors of #8118EB
Black with #8118EB
Text Example
Text Example
White with #8118EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8118EB; }
p { color: rgb(129,24,235); }
H1.HeaderClassName
{
color: #8118EB;
}
.AnyTagClassName
{
color: #8118EB;
}
</style>
background-color css
<style>
a { background-color: #8118EB; }
a { background-color: rgb(129,24,235); }
div.DivClassName
{
background-color: #8118EB;
}
.BgClassName
{
background-color: #8118EB;
}
</style>
border-color css
<style>
span { border-color: #8118EB; }
span { border-color: rgb(129,24,235); }
td.TdClassName
{
border-color: #8118EB;
}
.TagClassName
{
border-color: #8118EB;
}
</style>