Shades of Blue Violet #884DE1
Tints of Blue Violet #884DE1
RGB
CMYK
RGB Variations
Color information
#884DE1 (or 0x884DE1) is known color: Blue Violet. HEX triplet: 88, 4D and E1. RGB value is (136,77,225). Sum of RGB (Red+Green+Blue) = 136+77+225=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #884DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DE1 is #77B21E. Grayscale: #6E6E6E. Windows color (decimal): -7844383 or 14765448. OLE color: 14765448.
HSL color Cylindrical-coordinate representation of color #884DE1: hue angle of 263.92º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884DE1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 77 | 225 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.12 |
| HSL | 263.92º | 0.71% | 0.59% | - |
| HSV(B) | 263.92º | 0.66% | 0.88% | - |
| XYZ | 26.4 | 15.98 | 72.93 | - |
| YUV | 111.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 225 | 0.40 | 0.66 | 0 | 0.12 | 263.92 | 0.71 | 0.59 |
| Hex | 88 | 4D | E1 | 28 | 42 | 0 | C | 108 | 47 | 3B |
| Octal | 210 | 115 | 341 | 50 | 102 | 0 | 14 | 410 | 107 | 73 |
| Binary | 10001000 | 1001101 | 11100001 | 101000 | 1000010 | 0 | 1100 | 100001000 | 1000111 | 111011 |
Color Harmonies of #884DE1
Complementary color
Monochromatic Colors of #884DE1
Black with #884DE1
Text Example
Text Example
White with #884DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DE1; }
p { color: rgb(136,77,225); }
H1.HeaderClassName
{
color: #884DE1;
}
.AnyTagClassName
{
color: #884DE1;
}
</style>
background-color css
<style>
a { background-color: #884DE1; }
a { background-color: rgb(136,77,225); }
div.DivClassName
{
background-color: #884DE1;
}
.BgClassName
{
background-color: #884DE1;
}
</style>
border-color css
<style>
span { border-color: #884DE1; }
span { border-color: rgb(136,77,225); }
td.TdClassName
{
border-color: #884DE1;
}
.TagClassName
{
border-color: #884DE1;
}
</style>