Shades of Vivid Violet #884F99
Tints of Vivid Violet #884F99
RGB
CMYK
RGB Variations
Color information
#884F99 (or 0x884F99) is known color: Vivid Violet. HEX triplet: 88, 4F and 99. RGB value is (136,79,153). Sum of RGB (Red+Green+Blue) = 136+79+153=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #884F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884F99 is #77B066. Grayscale: #686868. Windows color (decimal): -7843943 or 10047368. OLE color: 10047368.
HSL color Cylindrical-coordinate representation of color #884F99: hue angle of 286.22º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884F99 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 79 | 153 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.4 |
| HSL | 286.22º | 0.32% | 0.45% | - |
| HSV(B) | 286.22º | 0.48% | 0.6% | - |
| XYZ | 18.7 | 13.13 | 31.69 | - |
| YUV | 104.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 153 | 0.11 | 0.48 | 0 | 0.4 | 286.22 | 0.32 | 0.45 |
| Hex | 88 | 4F | 99 | B | 30 | 0 | 28 | 11E | 20 | 2D |
| Octal | 210 | 117 | 231 | 13 | 60 | 0 | 50 | 436 | 40 | 55 |
| Binary | 10001000 | 1001111 | 10011001 | 1011 | 110000 | 0 | 101000 | 100011110 | 100000 | 101101 |
Color Harmonies of #884F99
Complementary color
Monochromatic Colors of #884F99
Black with #884F99
Text Example
Text Example
White with #884F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F99; }
p { color: rgb(136,79,153); }
H1.HeaderClassName
{
color: #884F99;
}
.AnyTagClassName
{
color: #884F99;
}
</style>
background-color css
<style>
a { background-color: #884F99; }
a { background-color: rgb(136,79,153); }
div.DivClassName
{
background-color: #884F99;
}
.BgClassName
{
background-color: #884F99;
}
</style>
border-color css
<style>
span { border-color: #884F99; }
span { border-color: rgb(136,79,153); }
td.TdClassName
{
border-color: #884F99;
}
.TagClassName
{
border-color: #884F99;
}
</style>