Shades of Vivid Violet #884998
Tints of Vivid Violet #884998
RGB
CMYK
RGB Variations
Color information
#884998 (or 0x884998) is known color: Vivid Violet. HEX triplet: 88, 49 and 98. RGB value is (136,73,152). Sum of RGB (Red+Green+Blue) = 136+73+152=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #884998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884998 is #77B667. Grayscale: #646464. Windows color (decimal): -7845480 or 9980296. OLE color: 9980296.
HSL color Cylindrical-coordinate representation of color #884998: hue angle of 287.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884998 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 73 | 152 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.40 |
| HSL | 287.85º | 0.35% | 0.44% | - |
| HSV(B) | 287.85º | 0.52% | 0.6% | - |
| XYZ | 18.2 | 12.27 | 31.11 | - |
| YUV | 100.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 152 | 0.11 | 0.52 | 0 | 0.40 | 287.85 | 0.35 | 0.44 |
| Hex | 88 | 49 | 98 | B | 34 | 0 | 28 | 120 | 23 | 2C |
| Octal | 210 | 111 | 230 | 13 | 64 | 0 | 50 | 440 | 43 | 54 |
| Binary | 10001000 | 1001001 | 10011000 | 1011 | 110100 | 0 | 101000 | 100100000 | 100011 | 101100 |
Color Harmonies of #884998
Complementary color
Monochromatic Colors of #884998
Black with #884998
Text Example
Text Example
White with #884998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884998; }
p { color: rgb(136,73,152); }
H1.HeaderClassName
{
color: #884998;
}
.AnyTagClassName
{
color: #884998;
}
</style>
background-color css
<style>
a { background-color: #884998; }
a { background-color: rgb(136,73,152); }
div.DivClassName
{
background-color: #884998;
}
.BgClassName
{
background-color: #884998;
}
</style>
border-color css
<style>
span { border-color: #884998; }
span { border-color: rgb(136,73,152); }
td.TdClassName
{
border-color: #884998;
}
.TagClassName
{
border-color: #884998;
}
</style>