Shades of Blue Violet #884BEE
Tints of Blue Violet #884BEE
RGB
CMYK
RGB Variations
Color information
#884BEE (or 0x884BEE) is known color: Blue Violet. HEX triplet: 88, 4B and EE. RGB value is (136,75,238). Sum of RGB (Red+Green+Blue) = 136+75+238=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #884BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BEE is #77B411. Grayscale: #6F6F6F. Windows color (decimal): -7844882 or 15616904. OLE color: 15616904.
HSL color Cylindrical-coordinate representation of color #884BEE: hue angle of 262.45º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #884BEE is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 75 | 238 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.07 |
| HSL | 262.45º | 0.83% | 0.61% | - |
| HSV(B) | 262.45º | 0.68% | 0.93% | - |
| XYZ | 28.1 | 16.44 | 82.58 | - |
| YUV | 111.82 | 199.21 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 238 | 0.43 | 0.68 | 0 | 0.07 | 262.45 | 0.83 | 0.61 |
| Hex | 88 | 4B | EE | 2B | 44 | 0 | 7 | 106 | 53 | 3D |
| Octal | 210 | 113 | 356 | 53 | 104 | 0 | 7 | 406 | 123 | 75 |
| Binary | 10001000 | 1001011 | 11101110 | 101011 | 1000100 | 0 | 111 | 100000110 | 1010011 | 111101 |
Color Harmonies of #884BEE
Complementary color
Monochromatic Colors of #884BEE
Black with #884BEE
Text Example
Text Example
White with #884BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BEE; }
p { color: rgb(136,75,238); }
H1.HeaderClassName
{
color: #884BEE;
}
.AnyTagClassName
{
color: #884BEE;
}
</style>
background-color css
<style>
a { background-color: #884BEE; }
a { background-color: rgb(136,75,238); }
div.DivClassName
{
background-color: #884BEE;
}
.BgClassName
{
background-color: #884BEE;
}
</style>
border-color css
<style>
span { border-color: #884BEE; }
span { border-color: rgb(136,75,238); }
td.TdClassName
{
border-color: #884BEE;
}
.TagClassName
{
border-color: #884BEE;
}
</style>