Shades of Blue Violet #8849EE
Tints of Blue Violet #8849EE
RGB
CMYK
RGB Variations
Color information
#8849EE (or 0x8849EE) is known color: Blue Violet. HEX triplet: 88, 49 and EE. RGB value is (136,73,238). Sum of RGB (Red+Green+Blue) = 136+73+238=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #8849EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8849EE is #77B611. Grayscale: #6E6E6E. Windows color (decimal): -7845394 or 15616392. OLE color: 15616392.
HSL color Cylindrical-coordinate representation of color #8849EE: hue angle of 262.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8849EE is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 73 | 238 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.07 |
| HSL | 262.91º | 0.83% | 0.61% | - |
| HSV(B) | 262.91º | 0.69% | 0.93% | - |
| XYZ | 27.97 | 16.17 | 82.54 | - |
| YUV | 110.65 | 199.87 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 238 | 0.43 | 0.69 | 0 | 0.07 | 262.91 | 0.83 | 0.61 |
| Hex | 88 | 49 | EE | 2B | 45 | 0 | 7 | 107 | 53 | 3D |
| Octal | 210 | 111 | 356 | 53 | 105 | 0 | 7 | 407 | 123 | 75 |
| Binary | 10001000 | 1001001 | 11101110 | 101011 | 1000101 | 0 | 111 | 100000111 | 1010011 | 111101 |
Color Harmonies of #8849EE
Complementary color
Monochromatic Colors of #8849EE
Black with #8849EE
Text Example
Text Example
White with #8849EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8849EE; }
p { color: rgb(136,73,238); }
H1.HeaderClassName
{
color: #8849EE;
}
.AnyTagClassName
{
color: #8849EE;
}
</style>
background-color css
<style>
a { background-color: #8849EE; }
a { background-color: rgb(136,73,238); }
div.DivClassName
{
background-color: #8849EE;
}
.BgClassName
{
background-color: #8849EE;
}
</style>
border-color css
<style>
span { border-color: #8849EE; }
span { border-color: rgb(136,73,238); }
td.TdClassName
{
border-color: #8849EE;
}
.TagClassName
{
border-color: #8849EE;
}
</style>