Shades of Blue Violet #8833E0
Tints of Blue Violet #8833E0
RGB
CMYK
RGB Variations
Color information
#8833E0 (or 0x8833E0) is known color: Blue Violet. HEX triplet: 88, 33 and E0. RGB value is (136,51,224). Sum of RGB (Red+Green+Blue) = 136+51+224=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #8833E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833E0 is #77CC1F. Grayscale: #5F5F5F. Windows color (decimal): -7851040 or 14693256. OLE color: 14693256.
HSL color Cylindrical-coordinate representation of color #8833E0: hue angle of 269.48º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8833E0 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 51 | 224 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.12 |
| HSL | 269.48º | 0.74% | 0.54% | - |
| HSV(B) | 269.48º | 0.77% | 0.88% | - |
| XYZ | 24.79 | 12.98 | 71.72 | - |
| YUV | 96.14 | 200.16 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 224 | 0.39 | 0.77 | 0 | 0.12 | 269.48 | 0.74 | 0.54 |
| Hex | 88 | 33 | E0 | 27 | 4D | 0 | C | 10D | 4A | 36 |
| Octal | 210 | 63 | 340 | 47 | 115 | 0 | 14 | 415 | 112 | 66 |
| Binary | 10001000 | 110011 | 11100000 | 100111 | 1001101 | 0 | 1100 | 100001101 | 1001010 | 110110 |
Color Harmonies of #8833E0
Complementary color
Monochromatic Colors of #8833E0
Black with #8833E0
Text Example
Text Example
White with #8833E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8833E0; }
p { color: rgb(136,51,224); }
H1.HeaderClassName
{
color: #8833E0;
}
.AnyTagClassName
{
color: #8833E0;
}
</style>
background-color css
<style>
a { background-color: #8833E0; }
a { background-color: rgb(136,51,224); }
div.DivClassName
{
background-color: #8833E0;
}
.BgClassName
{
background-color: #8833E0;
}
</style>
border-color css
<style>
span { border-color: #8833E0; }
span { border-color: rgb(136,51,224); }
td.TdClassName
{
border-color: #8833E0;
}
.TagClassName
{
border-color: #8833E0;
}
</style>