Shades of Vivid Violet #824996
Tints of Vivid Violet #824996
RGB
CMYK
RGB Variations
Color information
#824996 (or 0x824996) is known color: Vivid Violet. HEX triplet: 82, 49 and 96. RGB value is (130,73,150). Sum of RGB (Red+Green+Blue) = 130+73+150=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #824996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824996 is #7DB669. Grayscale: #626262. Windows color (decimal): -8238698 or 9849218. OLE color: 9849218.
HSL color Cylindrical-coordinate representation of color #824996: hue angle of 284.42º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824996 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 73 | 150 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.41 |
| HSL | 284.42º | 0.35% | 0.44% | - |
| HSV(B) | 284.42º | 0.51% | 0.59% | - |
| XYZ | 17.09 | 11.71 | 30.21 | - |
| YUV | 98.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 150 | 0.13 | 0.51 | 0 | 0.41 | 284.42 | 0.35 | 0.44 |
| Hex | 82 | 49 | 96 | D | 33 | 0 | 29 | 11C | 23 | 2C |
| Octal | 202 | 111 | 226 | 15 | 63 | 0 | 51 | 434 | 43 | 54 |
| Binary | 10000010 | 1001001 | 10010110 | 1101 | 110011 | 0 | 101001 | 100011100 | 100011 | 101100 |
Color Harmonies of #824996
Complementary color
Monochromatic Colors of #824996
Black with #824996
Text Example
Text Example
White with #824996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824996; }
p { color: rgb(130,73,150); }
H1.HeaderClassName
{
color: #824996;
}
.AnyTagClassName
{
color: #824996;
}
</style>
background-color css
<style>
a { background-color: #824996; }
a { background-color: rgb(130,73,150); }
div.DivClassName
{
background-color: #824996;
}
.BgClassName
{
background-color: #824996;
}
</style>
border-color css
<style>
span { border-color: #824996; }
span { border-color: rgb(130,73,150); }
td.TdClassName
{
border-color: #824996;
}
.TagClassName
{
border-color: #824996;
}
</style>