Shades of Vivid Violet #884BA2
Tints of Vivid Violet #884BA2
RGB
CMYK
RGB Variations
Color information
#884BA2 (or 0x884BA2) is known color: Vivid Violet. HEX triplet: 88, 4B and A2. RGB value is (136,75,162). Sum of RGB (Red+Green+Blue) = 136+75+162=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #884BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884BA2 is #77B45D. Grayscale: #666666. Windows color (decimal): -7844958 or 10636168. OLE color: 10636168.
HSL color Cylindrical-coordinate representation of color #884BA2: hue angle of 282.07º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #884BA2 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 75 | 162 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.36 |
| HSL | 282.07º | 0.37% | 0.46% | - |
| HSV(B) | 282.07º | 0.54% | 0.64% | - |
| XYZ | 19.19 | 12.88 | 35.66 | - |
| YUV | 103.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 162 | 0.16 | 0.54 | 0 | 0.36 | 282.07 | 0.37 | 0.46 |
| Hex | 88 | 4B | A2 | 10 | 36 | 0 | 24 | 11A | 25 | 2E |
| Octal | 210 | 113 | 242 | 20 | 66 | 0 | 44 | 432 | 45 | 56 |
| Binary | 10001000 | 1001011 | 10100010 | 10000 | 110110 | 0 | 100100 | 100011010 | 100101 | 101110 |
Color Harmonies of #884BA2
Complementary color
Monochromatic Colors of #884BA2
Black with #884BA2
Text Example
Text Example
White with #884BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BA2; }
p { color: rgb(136,75,162); }
H1.HeaderClassName
{
color: #884BA2;
}
.AnyTagClassName
{
color: #884BA2;
}
</style>
background-color css
<style>
a { background-color: #884BA2; }
a { background-color: rgb(136,75,162); }
div.DivClassName
{
background-color: #884BA2;
}
.BgClassName
{
background-color: #884BA2;
}
</style>
border-color css
<style>
span { border-color: #884BA2; }
span { border-color: rgb(136,75,162); }
td.TdClassName
{
border-color: #884BA2;
}
.TagClassName
{
border-color: #884BA2;
}
</style>