Shades of Blue Violet #8549EE
Tints of Blue Violet #8549EE
RGB
CMYK
RGB Variations
Color information
#8549EE (or 0x8549EE) is known color: Blue Violet. HEX triplet: 85, 49 and EE. RGB value is (133,73,238). Sum of RGB (Red+Green+Blue) = 133+73+238=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #8549EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8549EE is #7AB611. Grayscale: #6D6D6D. Windows color (decimal): -8042002 or 15616389. OLE color: 15616389.
HSL color Cylindrical-coordinate representation of color #8549EE: hue angle of 261.82º 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 #8549EE is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 73 | 238 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.07 |
| HSL | 261.82º | 0.83% | 0.61% | - |
| HSV(B) | 261.82º | 0.69% | 0.93% | - |
| XYZ | 27.49 | 15.92 | 82.51 | - |
| YUV | 109.75 | 200.38 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 238 | 0.44 | 0.69 | 0 | 0.07 | 261.82 | 0.83 | 0.61 |
| Hex | 85 | 49 | EE | 2C | 45 | 0 | 7 | 106 | 53 | 3D |
| Octal | 205 | 111 | 356 | 54 | 105 | 0 | 7 | 406 | 123 | 75 |
| Binary | 10000101 | 1001001 | 11101110 | 101100 | 1000101 | 0 | 111 | 100000110 | 1010011 | 111101 |
Color Harmonies of #8549EE
Complementary color
Monochromatic Colors of #8549EE
Black with #8549EE
Text Example
Text Example
White with #8549EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8549EE; }
p { color: rgb(133,73,238); }
H1.HeaderClassName
{
color: #8549EE;
}
.AnyTagClassName
{
color: #8549EE;
}
</style>
background-color css
<style>
a { background-color: #8549EE; }
a { background-color: rgb(133,73,238); }
div.DivClassName
{
background-color: #8549EE;
}
.BgClassName
{
background-color: #8549EE;
}
</style>
border-color css
<style>
span { border-color: #8549EE; }
span { border-color: rgb(133,73,238); }
td.TdClassName
{
border-color: #8549EE;
}
.TagClassName
{
border-color: #8549EE;
}
</style>