Shades of Vivid Violet #884892
Tints of Vivid Violet #884892
RGB
CMYK
RGB Variations
Color information
#884892 (or 0x884892) is known color: Vivid Violet. HEX triplet: 88, 48 and 92. RGB value is (136,72,146). Sum of RGB (Red+Green+Blue) = 136+72+146=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #884892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884892 is #77B76D. Grayscale: #636363. Windows color (decimal): -7845742 or 9586824. OLE color: 9586824.
HSL color Cylindrical-coordinate representation of color #884892: hue angle of 291.89º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884892 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 72 | 146 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.43 |
| HSL | 291.89º | 0.34% | 0.43% | - |
| HSV(B) | 291.89º | 0.51% | 0.57% | - |
| XYZ | 17.66 | 11.94 | 28.57 | - |
| YUV | 99.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 146 | 0.07 | 0.51 | 0 | 0.43 | 291.89 | 0.34 | 0.43 |
| Hex | 88 | 48 | 92 | 7 | 33 | 0 | 2B | 124 | 22 | 2B |
| Octal | 210 | 110 | 222 | 7 | 63 | 0 | 53 | 444 | 42 | 53 |
| Binary | 10001000 | 1001000 | 10010010 | 111 | 110011 | 0 | 101011 | 100100100 | 100010 | 101011 |
Color Harmonies of #884892
Complementary color
Monochromatic Colors of #884892
Black with #884892
Text Example
Text Example
White with #884892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884892; }
p { color: rgb(136,72,146); }
H1.HeaderClassName
{
color: #884892;
}
.AnyTagClassName
{
color: #884892;
}
</style>
background-color css
<style>
a { background-color: #884892; }
a { background-color: rgb(136,72,146); }
div.DivClassName
{
background-color: #884892;
}
.BgClassName
{
background-color: #884892;
}
</style>
border-color css
<style>
span { border-color: #884892; }
span { border-color: rgb(136,72,146); }
td.TdClassName
{
border-color: #884892;
}
.TagClassName
{
border-color: #884892;
}
</style>