Shades of Vivid Violet #884995
Tints of Vivid Violet #884995
RGB
CMYK
RGB Variations
Color information
#884995 (or 0x884995) is known color: Vivid Violet. HEX triplet: 88, 49 and 95. RGB value is (136,73,149). Sum of RGB (Red+Green+Blue) = 136+73+149=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #884995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884995 is #77B66A. Grayscale: #646464. Windows color (decimal): -7845483 or 9783688. OLE color: 9783688.
HSL color Cylindrical-coordinate representation of color #884995: hue angle of 289.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884995 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 73 | 149 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.42 |
| HSL | 289.74º | 0.34% | 0.44% | - |
| HSV(B) | 289.74º | 0.51% | 0.58% | - |
| XYZ | 17.96 | 12.17 | 29.84 | - |
| YUV | 100.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 149 | 0.09 | 0.51 | 0 | 0.42 | 289.74 | 0.34 | 0.44 |
| Hex | 88 | 49 | 95 | 9 | 33 | 0 | 2A | 122 | 22 | 2C |
| Octal | 210 | 111 | 225 | 11 | 63 | 0 | 52 | 442 | 42 | 54 |
| Binary | 10001000 | 1001001 | 10010101 | 1001 | 110011 | 0 | 101010 | 100100010 | 100010 | 101100 |
Color Harmonies of #884995
Complementary color
Monochromatic Colors of #884995
Black with #884995
Text Example
Text Example
White with #884995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884995; }
p { color: rgb(136,73,149); }
H1.HeaderClassName
{
color: #884995;
}
.AnyTagClassName
{
color: #884995;
}
</style>
background-color css
<style>
a { background-color: #884995; }
a { background-color: rgb(136,73,149); }
div.DivClassName
{
background-color: #884995;
}
.BgClassName
{
background-color: #884995;
}
</style>
border-color css
<style>
span { border-color: #884995; }
span { border-color: rgb(136,73,149); }
td.TdClassName
{
border-color: #884995;
}
.TagClassName
{
border-color: #884995;
}
</style>