Shades of Blue Violet #884AE9
Tints of Blue Violet #884AE9
RGB
CMYK
RGB Variations
Color information
#884AE9 (or 0x884AE9) is known color: Blue Violet. HEX triplet: 88, 4A and E9. RGB value is (136,74,233). Sum of RGB (Red+Green+Blue) = 136+74+233=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #884AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AE9 is #77B516. Grayscale: #6E6E6E. Windows color (decimal): -7845143 or 15288968. OLE color: 15288968.
HSL color Cylindrical-coordinate representation of color #884AE9: hue angle of 263.4º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #884AE9 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 74 | 233 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.09 |
| HSL | 263.4º | 0.78% | 0.6% | - |
| HSV(B) | 263.4º | 0.68% | 0.91% | - |
| XYZ | 27.31 | 16.01 | 78.74 | - |
| YUV | 110.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 233 | 0.42 | 0.68 | 0 | 0.09 | 263.4 | 0.78 | 0.6 |
| Hex | 88 | 4A | E9 | 2A | 44 | 0 | 9 | 107 | 4E | 3C |
| Octal | 210 | 112 | 351 | 52 | 104 | 0 | 11 | 407 | 116 | 74 |
| Binary | 10001000 | 1001010 | 11101001 | 101010 | 1000100 | 0 | 1001 | 100000111 | 1001110 | 111100 |
Color Harmonies of #884AE9
Complementary color
Monochromatic Colors of #884AE9
Black with #884AE9
Text Example
Text Example
White with #884AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AE9; }
p { color: rgb(136,74,233); }
H1.HeaderClassName
{
color: #884AE9;
}
.AnyTagClassName
{
color: #884AE9;
}
</style>
background-color css
<style>
a { background-color: #884AE9; }
a { background-color: rgb(136,74,233); }
div.DivClassName
{
background-color: #884AE9;
}
.BgClassName
{
background-color: #884AE9;
}
</style>
border-color css
<style>
span { border-color: #884AE9; }
span { border-color: rgb(136,74,233); }
td.TdClassName
{
border-color: #884AE9;
}
.TagClassName
{
border-color: #884AE9;
}
</style>