Shades of Blue Violet #8818E0
Tints of Blue Violet #8818E0
RGB
CMYK
RGB Variations
Color information
#8818E0 (or 0x8818E0) is known color: Blue Violet. HEX triplet: 88, 18 and E0. RGB value is (136,24,224). Sum of RGB (Red+Green+Blue) = 136+24+224=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #8818E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8818E0 is #77E71F. Grayscale: #4F4F4F. Windows color (decimal): -7857952 or 14686344. OLE color: 14686344.
HSL color Cylindrical-coordinate representation of color #8818E0: hue angle of 273.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8818E0 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 24 | 224 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.12 |
| HSL | 273.6º | 0.81% | 0.49% | - |
| HSV(B) | 273.6º | 0.89% | 0.88% | - |
| XYZ | 23.93 | 11.27 | 71.43 | - |
| YUV | 80.29 | 209.11 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 224 | 0.39 | 0.89 | 0 | 0.12 | 273.6 | 0.81 | 0.49 |
| Hex | 88 | 18 | E0 | 27 | 59 | 0 | C | 112 | 51 | 31 |
| Octal | 210 | 30 | 340 | 47 | 131 | 0 | 14 | 422 | 121 | 61 |
| Binary | 10001000 | 11000 | 11100000 | 100111 | 1011001 | 0 | 1100 | 100010010 | 1010001 | 110001 |
Color Harmonies of #8818E0
Complementary color
Monochromatic Colors of #8818E0
Black with #8818E0
Text Example
Text Example
White with #8818E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8818E0; }
p { color: rgb(136,24,224); }
H1.HeaderClassName
{
color: #8818E0;
}
.AnyTagClassName
{
color: #8818E0;
}
</style>
background-color css
<style>
a { background-color: #8818E0; }
a { background-color: rgb(136,24,224); }
div.DivClassName
{
background-color: #8818E0;
}
.BgClassName
{
background-color: #8818E0;
}
</style>
border-color css
<style>
span { border-color: #8818E0; }
span { border-color: rgb(136,24,224); }
td.TdClassName
{
border-color: #8818E0;
}
.TagClassName
{
border-color: #8818E0;
}
</style>