Shades of Blue Violet #8119EE
Tints of Blue Violet #8119EE
RGB
CMYK
RGB Variations
Color information
#8119EE (or 0x8119EE) is known color: Blue Violet. HEX triplet: 81, 19 and EE. RGB value is (129,25,238). Sum of RGB (Red+Green+Blue) = 129+25+238=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #8119EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8119EE is #7EE611. Grayscale: #4F4F4F. Windows color (decimal): -8316434 or 15604097. OLE color: 15604097.
HSL color Cylindrical-coordinate representation of color #8119EE: hue angle of 269.3º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8119EE is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 25 | 238 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.07 |
| HSL | 269.3º | 0.86% | 0.52% | - |
| HSV(B) | 269.3º | 0.89% | 0.93% | - |
| XYZ | 24.83 | 11.54 | 81.81 | - |
| YUV | 80.38 | 216.96 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 238 | 0.46 | 0.89 | 0 | 0.07 | 269.3 | 0.86 | 0.52 |
| Hex | 81 | 19 | EE | 2E | 59 | 0 | 7 | 10D | 56 | 34 |
| Octal | 201 | 31 | 356 | 56 | 131 | 0 | 7 | 415 | 126 | 64 |
| Binary | 10000001 | 11001 | 11101110 | 101110 | 1011001 | 0 | 111 | 100001101 | 1010110 | 110100 |
Color Harmonies of #8119EE
Complementary color
Monochromatic Colors of #8119EE
Black with #8119EE
Text Example
Text Example
White with #8119EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119EE; }
p { color: rgb(129,25,238); }
H1.HeaderClassName
{
color: #8119EE;
}
.AnyTagClassName
{
color: #8119EE;
}
</style>
background-color css
<style>
a { background-color: #8119EE; }
a { background-color: rgb(129,25,238); }
div.DivClassName
{
background-color: #8119EE;
}
.BgClassName
{
background-color: #8119EE;
}
</style>
border-color css
<style>
span { border-color: #8119EE; }
span { border-color: rgb(129,25,238); }
td.TdClassName
{
border-color: #8119EE;
}
.TagClassName
{
border-color: #8119EE;
}
</style>