Shades of Blue Violet #8844E1
Tints of Blue Violet #8844E1
RGB
CMYK
RGB Variations
Color information
#8844E1 (or 0x8844E1) is known color: Blue Violet. HEX triplet: 88, 44 and E1. RGB value is (136,68,225). Sum of RGB (Red+Green+Blue) = 136+68+225=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #8844E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8844E1 is #77BB1E. Grayscale: #696969. Windows color (decimal): -7846687 or 14763144. OLE color: 14763144.
HSL color Cylindrical-coordinate representation of color #8844E1: hue angle of 265.99º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8844E1 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 68 | 225 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.12 |
| HSL | 265.99º | 0.72% | 0.57% | - |
| HSV(B) | 265.99º | 0.7% | 0.88% | - |
| XYZ | 25.81 | 14.8 | 72.73 | - |
| YUV | 106.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 225 | 0.40 | 0.70 | 0 | 0.12 | 265.99 | 0.72 | 0.57 |
| Hex | 88 | 44 | E1 | 28 | 46 | 0 | C | 10A | 48 | 39 |
| Octal | 210 | 104 | 341 | 50 | 106 | 0 | 14 | 412 | 110 | 71 |
| Binary | 10001000 | 1000100 | 11100001 | 101000 | 1000110 | 0 | 1100 | 100001010 | 1001000 | 111001 |
Color Harmonies of #8844E1
Complementary color
Monochromatic Colors of #8844E1
Black with #8844E1
Text Example
Text Example
White with #8844E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844E1; }
p { color: rgb(136,68,225); }
H1.HeaderClassName
{
color: #8844E1;
}
.AnyTagClassName
{
color: #8844E1;
}
</style>
background-color css
<style>
a { background-color: #8844E1; }
a { background-color: rgb(136,68,225); }
div.DivClassName
{
background-color: #8844E1;
}
.BgClassName
{
background-color: #8844E1;
}
</style>
border-color css
<style>
span { border-color: #8844E1; }
span { border-color: rgb(136,68,225); }
td.TdClassName
{
border-color: #8844E1;
}
.TagClassName
{
border-color: #8844E1;
}
</style>