Shades of Blue Violet #884CE0
Tints of Blue Violet #884CE0
RGB
CMYK
RGB Variations
Color information
#884CE0 (or 0x884CE0) is known color: Blue Violet. HEX triplet: 88, 4C and E0. RGB value is (136,76,224). Sum of RGB (Red+Green+Blue) = 136+76+224=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #884CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CE0 is #77B31F. Grayscale: #6E6E6E. Windows color (decimal): -7844640 or 14699656. OLE color: 14699656.
HSL color Cylindrical-coordinate representation of color #884CE0: hue angle of 264.32º degrees, saturation: 0.7, 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 #884CE0 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 76 | 224 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.12 |
| HSL | 264.32º | 0.7% | 0.59% | - |
| HSV(B) | 264.32º | 0.66% | 0.88% | - |
| XYZ | 26.19 | 15.78 | 72.19 | - |
| YUV | 110.81 | 191.88 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 224 | 0.39 | 0.66 | 0 | 0.12 | 264.32 | 0.7 | 0.59 |
| Hex | 88 | 4C | E0 | 27 | 42 | 0 | C | 108 | 46 | 3B |
| Octal | 210 | 114 | 340 | 47 | 102 | 0 | 14 | 410 | 106 | 73 |
| Binary | 10001000 | 1001100 | 11100000 | 100111 | 1000010 | 0 | 1100 | 100001000 | 1000110 | 111011 |
Color Harmonies of #884CE0
Complementary color
Monochromatic Colors of #884CE0
Black with #884CE0
Text Example
Text Example
White with #884CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CE0; }
p { color: rgb(136,76,224); }
H1.HeaderClassName
{
color: #884CE0;
}
.AnyTagClassName
{
color: #884CE0;
}
</style>
background-color css
<style>
a { background-color: #884CE0; }
a { background-color: rgb(136,76,224); }
div.DivClassName
{
background-color: #884CE0;
}
.BgClassName
{
background-color: #884CE0;
}
</style>
border-color css
<style>
span { border-color: #884CE0; }
span { border-color: rgb(136,76,224); }
td.TdClassName
{
border-color: #884CE0;
}
.TagClassName
{
border-color: #884CE0;
}
</style>