Shades of Blue Violet #884AED
Tints of Blue Violet #884AED
RGB
CMYK
RGB Variations
Color information
#884AED (or 0x884AED) is known color: Blue Violet. HEX triplet: 88, 4A and ED. RGB value is (136,74,237). Sum of RGB (Red+Green+Blue) = 136+74+237=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #884AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AED is #77B512. Grayscale: #6E6E6E. Windows color (decimal): -7845139 or 15551112. OLE color: 15551112.
HSL color Cylindrical-coordinate representation of color #884AED: hue angle of 262.82º degrees, saturation: 0.82, 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 #884AED is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 74 | 237 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.07 |
| HSL | 262.82º | 0.82% | 0.61% | - |
| HSV(B) | 262.82º | 0.69% | 0.93% | - |
| XYZ | 27.89 | 16.25 | 81.79 | - |
| YUV | 111.12 | 199.04 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 237 | 0.43 | 0.69 | 0 | 0.07 | 262.82 | 0.82 | 0.61 |
| Hex | 88 | 4A | ED | 2B | 45 | 0 | 7 | 107 | 52 | 3D |
| Octal | 210 | 112 | 355 | 53 | 105 | 0 | 7 | 407 | 122 | 75 |
| Binary | 10001000 | 1001010 | 11101101 | 101011 | 1000101 | 0 | 111 | 100000111 | 1010010 | 111101 |
Color Harmonies of #884AED
Complementary color
Monochromatic Colors of #884AED
Black with #884AED
Text Example
Text Example
White with #884AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AED; }
p { color: rgb(136,74,237); }
H1.HeaderClassName
{
color: #884AED;
}
.AnyTagClassName
{
color: #884AED;
}
</style>
background-color css
<style>
a { background-color: #884AED; }
a { background-color: rgb(136,74,237); }
div.DivClassName
{
background-color: #884AED;
}
.BgClassName
{
background-color: #884AED;
}
</style>
border-color css
<style>
span { border-color: #884AED; }
span { border-color: rgb(136,74,237); }
td.TdClassName
{
border-color: #884AED;
}
.TagClassName
{
border-color: #884AED;
}
</style>