Shades of Blue Violet #8824E0
Tints of Blue Violet #8824E0
RGB
CMYK
RGB Variations
Color information
#8824E0 (or 0x8824E0) is known color: Blue Violet. HEX triplet: 88, 24 and E0. RGB value is (136,36,224). Sum of RGB (Red+Green+Blue) = 136+36+224=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #8824E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8824E0 is #77DB1F. Grayscale: #565656. Windows color (decimal): -7854880 or 14689416. OLE color: 14689416.
HSL color Cylindrical-coordinate representation of color #8824E0: hue angle of 271.91º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8824E0 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 36 | 224 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.12 |
| HSL | 271.91º | 0.75% | 0.51% | - |
| HSV(B) | 271.91º | 0.84% | 0.88% | - |
| XYZ | 24.24 | 11.88 | 71.54 | - |
| YUV | 87.33 | 205.13 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 224 | 0.39 | 0.84 | 0 | 0.12 | 271.91 | 0.75 | 0.51 |
| Hex | 88 | 24 | E0 | 27 | 54 | 0 | C | 110 | 4B | 33 |
| Octal | 210 | 44 | 340 | 47 | 124 | 0 | 14 | 420 | 113 | 63 |
| Binary | 10001000 | 100100 | 11100000 | 100111 | 1010100 | 0 | 1100 | 100010000 | 1001011 | 110011 |
Color Harmonies of #8824E0
Complementary color
Monochromatic Colors of #8824E0
Black with #8824E0
Text Example
Text Example
White with #8824E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8824E0; }
p { color: rgb(136,36,224); }
H1.HeaderClassName
{
color: #8824E0;
}
.AnyTagClassName
{
color: #8824E0;
}
</style>
background-color css
<style>
a { background-color: #8824E0; }
a { background-color: rgb(136,36,224); }
div.DivClassName
{
background-color: #8824E0;
}
.BgClassName
{
background-color: #8824E0;
}
</style>
border-color css
<style>
span { border-color: #8824E0; }
span { border-color: rgb(136,36,224); }
td.TdClassName
{
border-color: #8824E0;
}
.TagClassName
{
border-color: #8824E0;
}
</style>