Shades of Blue Violet #884AE7
Tints of Blue Violet #884AE7
RGB
CMYK
RGB Variations
Color information
#884AE7 (or 0x884AE7) is known color: Blue Violet. HEX triplet: 88, 4A and E7. RGB value is (136,74,231). Sum of RGB (Red+Green+Blue) = 136+74+231=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #884AE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AE7 is #77B518. Grayscale: #6D6D6D. Windows color (decimal): -7845145 or 15157896. OLE color: 15157896.
HSL color Cylindrical-coordinate representation of color #884AE7: hue angle of 263.69º degrees, saturation: 0.77, 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 #884AE7 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 74 | 231 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.09 |
| HSL | 263.69º | 0.77% | 0.6% | - |
| HSV(B) | 263.69º | 0.68% | 0.91% | - |
| XYZ | 27.03 | 15.9 | 77.25 | - |
| YUV | 110.44 | 196.04 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 231 | 0.41 | 0.68 | 0 | 0.09 | 263.69 | 0.77 | 0.6 |
| Hex | 88 | 4A | E7 | 29 | 44 | 0 | 9 | 108 | 4D | 3C |
| Octal | 210 | 112 | 347 | 51 | 104 | 0 | 11 | 410 | 115 | 74 |
| Binary | 10001000 | 1001010 | 11100111 | 101001 | 1000100 | 0 | 1001 | 100001000 | 1001101 | 111100 |
Color Harmonies of #884AE7
Complementary color
Monochromatic Colors of #884AE7
Black with #884AE7
Text Example
Text Example
White with #884AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AE7; }
p { color: rgb(136,74,231); }
H1.HeaderClassName
{
color: #884AE7;
}
.AnyTagClassName
{
color: #884AE7;
}
</style>
background-color css
<style>
a { background-color: #884AE7; }
a { background-color: rgb(136,74,231); }
div.DivClassName
{
background-color: #884AE7;
}
.BgClassName
{
background-color: #884AE7;
}
</style>
border-color css
<style>
span { border-color: #884AE7; }
span { border-color: rgb(136,74,231); }
td.TdClassName
{
border-color: #884AE7;
}
.TagClassName
{
border-color: #884AE7;
}
</style>