Shades of Vivid Violet #884DA0
Tints of Vivid Violet #884DA0
RGB
CMYK
RGB Variations
Color information
#884DA0 (or 0x884DA0) is known color: Vivid Violet. HEX triplet: 88, 4D and A0. RGB value is (136,77,160). Sum of RGB (Red+Green+Blue) = 136+77+160=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 160 - color contains mainly: blue. Hex color #884DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884DA0 is #77B25F. Grayscale: #676767. Windows color (decimal): -7844448 or 10505608. OLE color: 10505608.
HSL color Cylindrical-coordinate representation of color #884DA0: hue angle of 282.65º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884DA0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 77 | 160 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.37 |
| HSL | 282.65º | 0.35% | 0.46% | - |
| HSV(B) | 282.65º | 0.52% | 0.63% | - |
| XYZ | 19.15 | 13.08 | 34.77 | - |
| YUV | 104.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 160 | 0.15 | 0.52 | 0 | 0.37 | 282.65 | 0.35 | 0.46 |
| Hex | 88 | 4D | A0 | F | 34 | 0 | 25 | 11B | 23 | 2E |
| Octal | 210 | 115 | 240 | 17 | 64 | 0 | 45 | 433 | 43 | 56 |
| Binary | 10001000 | 1001101 | 10100000 | 1111 | 110100 | 0 | 100101 | 100011011 | 100011 | 101110 |
Color Harmonies of #884DA0
Complementary color
Monochromatic Colors of #884DA0
Black with #884DA0
Text Example
Text Example
White with #884DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DA0; }
p { color: rgb(136,77,160); }
H1.HeaderClassName
{
color: #884DA0;
}
.AnyTagClassName
{
color: #884DA0;
}
</style>
background-color css
<style>
a { background-color: #884DA0; }
a { background-color: rgb(136,77,160); }
div.DivClassName
{
background-color: #884DA0;
}
.BgClassName
{
background-color: #884DA0;
}
</style>
border-color css
<style>
span { border-color: #884DA0; }
span { border-color: rgb(136,77,160); }
td.TdClassName
{
border-color: #884DA0;
}
.TagClassName
{
border-color: #884DA0;
}
</style>