Shades of Vivid Violet #884F91
Tints of Vivid Violet #884F91
RGB
CMYK
RGB Variations
Color information
#884F91 (or 0x884F91) is known color: Vivid Violet. HEX triplet: 88, 4F and 91. RGB value is (136,79,145). Sum of RGB (Red+Green+Blue) = 136+79+145=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #884F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884F91 is #77B06E. Grayscale: #676767. Windows color (decimal): -7843951 or 9523080. OLE color: 9523080.
HSL color Cylindrical-coordinate representation of color #884F91: hue angle of 291.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884F91 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 79 | 145 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.43 |
| HSL | 291.82º | 0.29% | 0.44% | - |
| HSV(B) | 291.82º | 0.46% | 0.57% | - |
| XYZ | 18.06 | 12.87 | 28.32 | - |
| YUV | 103.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 145 | 0.06 | 0.46 | 0 | 0.43 | 291.82 | 0.29 | 0.44 |
| Hex | 88 | 4F | 91 | 6 | 2E | 0 | 2B | 124 | 1D | 2C |
| Octal | 210 | 117 | 221 | 6 | 56 | 0 | 53 | 444 | 35 | 54 |
| Binary | 10001000 | 1001111 | 10010001 | 110 | 101110 | 0 | 101011 | 100100100 | 11101 | 101100 |
Color Harmonies of #884F91
Complementary color
Monochromatic Colors of #884F91
Black with #884F91
Text Example
Text Example
White with #884F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F91; }
p { color: rgb(136,79,145); }
H1.HeaderClassName
{
color: #884F91;
}
.AnyTagClassName
{
color: #884F91;
}
</style>
background-color css
<style>
a { background-color: #884F91; }
a { background-color: rgb(136,79,145); }
div.DivClassName
{
background-color: #884F91;
}
.BgClassName
{
background-color: #884F91;
}
</style>
border-color css
<style>
span { border-color: #884F91; }
span { border-color: rgb(136,79,145); }
td.TdClassName
{
border-color: #884F91;
}
.TagClassName
{
border-color: #884F91;
}
</style>