Shades of Vivid Violet #884994
Tints of Vivid Violet #884994
RGB
CMYK
RGB Variations
Color information
#884994 (or 0x884994) is known color: Vivid Violet. HEX triplet: 88, 49 and 94. RGB value is (136,73,148). Sum of RGB (Red+Green+Blue) = 136+73+148=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #884994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884994 is #77B66B. Grayscale: #646464. Windows color (decimal): -7845484 or 9718152. OLE color: 9718152.
HSL color Cylindrical-coordinate representation of color #884994: hue angle of 290.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884994 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 73 | 148 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.42 |
| HSL | 290.4º | 0.34% | 0.43% | - |
| HSV(B) | 290.4º | 0.51% | 0.58% | - |
| XYZ | 17.88 | 12.14 | 29.42 | - |
| YUV | 100.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 148 | 0.08 | 0.51 | 0 | 0.42 | 290.4 | 0.34 | 0.43 |
| Hex | 88 | 49 | 94 | 8 | 33 | 0 | 2A | 122 | 22 | 2B |
| Octal | 210 | 111 | 224 | 10 | 63 | 0 | 52 | 442 | 42 | 53 |
| Binary | 10001000 | 1001001 | 10010100 | 1000 | 110011 | 0 | 101010 | 100100010 | 100010 | 101011 |
Color Harmonies of #884994
Complementary color
Monochromatic Colors of #884994
Black with #884994
Text Example
Text Example
White with #884994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884994; }
p { color: rgb(136,73,148); }
H1.HeaderClassName
{
color: #884994;
}
.AnyTagClassName
{
color: #884994;
}
</style>
background-color css
<style>
a { background-color: #884994; }
a { background-color: rgb(136,73,148); }
div.DivClassName
{
background-color: #884994;
}
.BgClassName
{
background-color: #884994;
}
</style>
border-color css
<style>
span { border-color: #884994; }
span { border-color: rgb(136,73,148); }
td.TdClassName
{
border-color: #884994;
}
.TagClassName
{
border-color: #884994;
}
</style>