Shades of Blue Violet #8824EE
Tints of Blue Violet #8824EE
RGB
CMYK
RGB Variations
Color information
#8824EE (or 0x8824EE) is known color: Blue Violet. HEX triplet: 88, 24 and EE. RGB value is (136,36,238). Sum of RGB (Red+Green+Blue) = 136+36+238=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #8824EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8824EE is #77DB11. Grayscale: #585858. Windows color (decimal): -7854866 or 15606920. OLE color: 15606920.
HSL color Cylindrical-coordinate representation of color #8824EE: hue angle of 269.7º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8824EE is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 36 | 238 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.07 |
| HSL | 269.7º | 0.86% | 0.54% | - |
| HSV(B) | 269.7º | 0.85% | 0.93% | - |
| XYZ | 26.22 | 12.67 | 81.95 | - |
| YUV | 88.93 | 212.13 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 238 | 0.43 | 0.85 | 0 | 0.07 | 269.7 | 0.86 | 0.54 |
| Hex | 88 | 24 | EE | 2B | 55 | 0 | 7 | 10E | 56 | 36 |
| Octal | 210 | 44 | 356 | 53 | 125 | 0 | 7 | 416 | 126 | 66 |
| Binary | 10001000 | 100100 | 11101110 | 101011 | 1010101 | 0 | 111 | 100001110 | 1010110 | 110110 |
Color Harmonies of #8824EE
Complementary color
Monochromatic Colors of #8824EE
Black with #8824EE
Text Example
Text Example
White with #8824EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8824EE; }
p { color: rgb(136,36,238); }
H1.HeaderClassName
{
color: #8824EE;
}
.AnyTagClassName
{
color: #8824EE;
}
</style>
background-color css
<style>
a { background-color: #8824EE; }
a { background-color: rgb(136,36,238); }
div.DivClassName
{
background-color: #8824EE;
}
.BgClassName
{
background-color: #8824EE;
}
</style>
border-color css
<style>
span { border-color: #8824EE; }
span { border-color: rgb(136,36,238); }
td.TdClassName
{
border-color: #8824EE;
}
.TagClassName
{
border-color: #8824EE;
}
</style>