Shades of Vivid Violet #884792
Tints of Vivid Violet #884792
RGB
CMYK
RGB Variations
Color information
#884792 (or 0x884792) is known color: Vivid Violet. HEX triplet: 88, 47 and 92. RGB value is (136,71,146). Sum of RGB (Red+Green+Blue) = 136+71+146=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #884792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884792 is #77B86D. Grayscale: #626262. Windows color (decimal): -7845998 or 9586568. OLE color: 9586568.
HSL color Cylindrical-coordinate representation of color #884792: hue angle of 292º degrees, saturation: 0.35, 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 #884792 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 71 | 146 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.43 |
| HSL | 292º | 0.35% | 0.43% | - |
| HSV(B) | 292º | 0.51% | 0.57% | - |
| XYZ | 17.59 | 11.82 | 28.55 | - |
| YUV | 98.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 146 | 0.07 | 0.51 | 0 | 0.43 | 292 | 0.35 | 0.43 |
| Hex | 88 | 47 | 92 | 7 | 33 | 0 | 2B | 124 | 23 | 2B |
| Octal | 210 | 107 | 222 | 7 | 63 | 0 | 53 | 444 | 43 | 53 |
| Binary | 10001000 | 1000111 | 10010010 | 111 | 110011 | 0 | 101011 | 100100100 | 100011 | 101011 |
Color Harmonies of #884792
Complementary color
Monochromatic Colors of #884792
Black with #884792
Text Example
Text Example
White with #884792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884792; }
p { color: rgb(136,71,146); }
H1.HeaderClassName
{
color: #884792;
}
.AnyTagClassName
{
color: #884792;
}
</style>
background-color css
<style>
a { background-color: #884792; }
a { background-color: rgb(136,71,146); }
div.DivClassName
{
background-color: #884792;
}
.BgClassName
{
background-color: #884792;
}
</style>
border-color css
<style>
span { border-color: #884792; }
span { border-color: rgb(136,71,146); }
td.TdClassName
{
border-color: #884792;
}
.TagClassName
{
border-color: #884792;
}
</style>