Shades of Blue Violet #8811EE
Tints of Blue Violet #8811EE
RGB
CMYK
RGB Variations
Color information
#8811EE (or 0x8811EE) is known color: Blue Violet. HEX triplet: 88, 11 and EE. RGB value is (136,17,238). Sum of RGB (Red+Green+Blue) = 136+17+238=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #8811EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8811EE is #77EE11. Grayscale: #4D4D4D. Windows color (decimal): -7859730 or 15602056. OLE color: 15602056.
HSL color Cylindrical-coordinate representation of color #8811EE: hue angle of 272.31º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8811EE is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 17 | 238 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.07 |
| HSL | 272.31º | 0.87% | 0.5% | - |
| HSV(B) | 272.31º | 0.93% | 0.93% | - |
| XYZ | 25.79 | 11.81 | 81.81 | - |
| YUV | 77.78 | 218.42 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 238 | 0.43 | 0.93 | 0 | 0.07 | 272.31 | 0.87 | 0.5 |
| Hex | 88 | 11 | EE | 2B | 5D | 0 | 7 | 110 | 57 | 32 |
| Octal | 210 | 21 | 356 | 53 | 135 | 0 | 7 | 420 | 127 | 62 |
| Binary | 10001000 | 10001 | 11101110 | 101011 | 1011101 | 0 | 111 | 100010000 | 1010111 | 110010 |
Color Harmonies of #8811EE
Complementary color
Monochromatic Colors of #8811EE
Black with #8811EE
Text Example
Text Example
White with #8811EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8811EE; }
p { color: rgb(136,17,238); }
H1.HeaderClassName
{
color: #8811EE;
}
.AnyTagClassName
{
color: #8811EE;
}
</style>
background-color css
<style>
a { background-color: #8811EE; }
a { background-color: rgb(136,17,238); }
div.DivClassName
{
background-color: #8811EE;
}
.BgClassName
{
background-color: #8811EE;
}
</style>
border-color css
<style>
span { border-color: #8811EE; }
span { border-color: rgb(136,17,238); }
td.TdClassName
{
border-color: #8811EE;
}
.TagClassName
{
border-color: #8811EE;
}
</style>