Shades of Vivid Violet #884BA0
Tints of Vivid Violet #884BA0
RGB
CMYK
RGB Variations
Color information
#884BA0 (or 0x884BA0) is known color: Vivid Violet. HEX triplet: 88, 4B and A0. RGB value is (136,75,160). Sum of RGB (Red+Green+Blue) = 136+75+160=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #884BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884BA0 is #77B45F. Grayscale: #666666. Windows color (decimal): -7844960 or 10505096. OLE color: 10505096.
HSL color Cylindrical-coordinate representation of color #884BA0: hue angle of 283.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884BA0 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 75 | 160 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.37 |
| HSL | 283.06º | 0.36% | 0.46% | - |
| HSV(B) | 283.06º | 0.53% | 0.63% | - |
| XYZ | 19.01 | 12.8 | 34.73 | - |
| YUV | 102.93 | 160.21 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 160 | 0.15 | 0.53 | 0 | 0.37 | 283.06 | 0.36 | 0.46 |
| Hex | 88 | 4B | A0 | F | 35 | 0 | 25 | 11B | 24 | 2E |
| Octal | 210 | 113 | 240 | 17 | 65 | 0 | 45 | 433 | 44 | 56 |
| Binary | 10001000 | 1001011 | 10100000 | 1111 | 110101 | 0 | 100101 | 100011011 | 100100 | 101110 |
Color Harmonies of #884BA0
Complementary color
Monochromatic Colors of #884BA0
Black with #884BA0
Text Example
Text Example
White with #884BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BA0; }
p { color: rgb(136,75,160); }
H1.HeaderClassName
{
color: #884BA0;
}
.AnyTagClassName
{
color: #884BA0;
}
</style>
background-color css
<style>
a { background-color: #884BA0; }
a { background-color: rgb(136,75,160); }
div.DivClassName
{
background-color: #884BA0;
}
.BgClassName
{
background-color: #884BA0;
}
</style>
border-color css
<style>
span { border-color: #884BA0; }
span { border-color: rgb(136,75,160); }
td.TdClassName
{
border-color: #884BA0;
}
.TagClassName
{
border-color: #884BA0;
}
</style>