Shades of Blue Violet #8817EE
Tints of Blue Violet #8817EE
RGB
CMYK
RGB Variations
Color information
#8817EE (or 0x8817EE) is known color: Blue Violet. HEX triplet: 88, 17 and EE. RGB value is (136,23,238). Sum of RGB (Red+Green+Blue) = 136+23+238=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #8817EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8817EE is #77E811. Grayscale: #505050. Windows color (decimal): -7858194 or 15603592. OLE color: 15603592.
HSL color Cylindrical-coordinate representation of color #8817EE: hue angle of 271.53º 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 #8817EE is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 23 | 238 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.07 |
| HSL | 271.53º | 0.86% | 0.51% | - |
| HSV(B) | 271.53º | 0.9% | 0.93% | - |
| XYZ | 25.89 | 12.02 | 81.84 | - |
| YUV | 81.3 | 216.44 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 238 | 0.43 | 0.90 | 0 | 0.07 | 271.53 | 0.86 | 0.51 |
| Hex | 88 | 17 | EE | 2B | 5A | 0 | 7 | 110 | 56 | 33 |
| Octal | 210 | 27 | 356 | 53 | 132 | 0 | 7 | 420 | 126 | 63 |
| Binary | 10001000 | 10111 | 11101110 | 101011 | 1011010 | 0 | 111 | 100010000 | 1010110 | 110011 |
Color Harmonies of #8817EE
Complementary color
Monochromatic Colors of #8817EE
Black with #8817EE
Text Example
Text Example
White with #8817EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8817EE; }
p { color: rgb(136,23,238); }
H1.HeaderClassName
{
color: #8817EE;
}
.AnyTagClassName
{
color: #8817EE;
}
</style>
background-color css
<style>
a { background-color: #8817EE; }
a { background-color: rgb(136,23,238); }
div.DivClassName
{
background-color: #8817EE;
}
.BgClassName
{
background-color: #8817EE;
}
</style>
border-color css
<style>
span { border-color: #8817EE; }
span { border-color: rgb(136,23,238); }
td.TdClassName
{
border-color: #8817EE;
}
.TagClassName
{
border-color: #8817EE;
}
</style>