Shades of Blue Violet #8117EE
Tints of Blue Violet #8117EE
RGB
CMYK
RGB Variations
Color information
#8117EE (or 0x8117EE) is known color: Blue Violet. HEX triplet: 81, 17 and EE. RGB value is (129,23,238). Sum of RGB (Red+Green+Blue) = 129+23+238=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #8117EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8117EE is #7EE811. Grayscale: #4E4E4E. Windows color (decimal): -8316946 or 15603585. OLE color: 15603585.
HSL color Cylindrical-coordinate representation of color #8117EE: 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 #8117EE is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 23 | 238 | - |
| 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.79 | 11.45 | 81.79 | - |
| YUV | 79.2 | 217.62 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 238 | 0.46 | 0.90 | 0 | 0.07 | 269.58 | 0.86 | 0.51 |
| Hex | 81 | 17 | EE | 2E | 5A | 0 | 7 | 10E | 56 | 33 |
| Octal | 201 | 27 | 356 | 56 | 132 | 0 | 7 | 416 | 126 | 63 |
| Binary | 10000001 | 10111 | 11101110 | 101110 | 1011010 | 0 | 111 | 100001110 | 1010110 | 110011 |
Color Harmonies of #8117EE
Complementary color
Monochromatic Colors of #8117EE
Black with #8117EE
Text Example
Text Example
White with #8117EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8117EE; }
p { color: rgb(129,23,238); }
H1.HeaderClassName
{
color: #8117EE;
}
.AnyTagClassName
{
color: #8117EE;
}
</style>
background-color css
<style>
a { background-color: #8117EE; }
a { background-color: rgb(129,23,238); }
div.DivClassName
{
background-color: #8117EE;
}
.BgClassName
{
background-color: #8117EE;
}
</style>
border-color css
<style>
span { border-color: #8117EE; }
span { border-color: rgb(129,23,238); }
td.TdClassName
{
border-color: #8117EE;
}
.TagClassName
{
border-color: #8117EE;
}
</style>