Shades of Blue Violet #8118ED
Tints of Blue Violet #8118ED
RGB
CMYK
RGB Variations
Color information
#8118ED (or 0x8118ED) is known color: Blue Violet. HEX triplet: 81, 18 and ED. RGB value is (129,24,237). Sum of RGB (Red+Green+Blue) = 129+24+237=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #8118ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8118ED is #7EE712. Grayscale: #4E4E4E. Windows color (decimal): -8316691 or 15538305. OLE color: 15538305.
HSL color Cylindrical-coordinate representation of color #8118ED: hue angle of 269.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8118ED is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 24 | 237 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.07 |
| HSL | 269.58º | 0.86% | 0.51% | - |
| HSV(B) | 269.58º | 0.9% | 0.93% | - |
| XYZ | 24.67 | 11.43 | 81.03 | - |
| YUV | 79.68 | 216.79 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 237 | 0.46 | 0.90 | 0 | 0.07 | 269.58 | 0.86 | 0.51 |
| Hex | 81 | 18 | ED | 2E | 5A | 0 | 7 | 10E | 56 | 33 |
| Octal | 201 | 30 | 355 | 56 | 132 | 0 | 7 | 416 | 126 | 63 |
| Binary | 10000001 | 11000 | 11101101 | 101110 | 1011010 | 0 | 111 | 100001110 | 1010110 | 110011 |
Color Harmonies of #8118ED
Complementary color
Monochromatic Colors of #8118ED
Black with #8118ED
Text Example
Text Example
White with #8118ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8118ED; }
p { color: rgb(129,24,237); }
H1.HeaderClassName
{
color: #8118ED;
}
.AnyTagClassName
{
color: #8118ED;
}
</style>
background-color css
<style>
a { background-color: #8118ED; }
a { background-color: rgb(129,24,237); }
div.DivClassName
{
background-color: #8118ED;
}
.BgClassName
{
background-color: #8118ED;
}
</style>
border-color css
<style>
span { border-color: #8118ED; }
span { border-color: rgb(129,24,237); }
td.TdClassName
{
border-color: #8118ED;
}
.TagClassName
{
border-color: #8118ED;
}
</style>