Shades of Vivid Violet #824999
Tints of Vivid Violet #824999
RGB
CMYK
RGB Variations
Color information
#824999 (or 0x824999) is known color: Vivid Violet. HEX triplet: 82, 49 and 99. RGB value is (130,73,153). Sum of RGB (Red+Green+Blue) = 130+73+153=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #824999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824999 is #7DB666. Grayscale: #626262. Windows color (decimal): -8238695 or 10045826. OLE color: 10045826.
HSL color Cylindrical-coordinate representation of color #824999: hue angle of 282.75º 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 #824999 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 73 | 153 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.4 |
| HSL | 282.75º | 0.35% | 0.44% | - |
| HSV(B) | 282.75º | 0.52% | 0.6% | - |
| XYZ | 17.34 | 11.81 | 31.5 | - |
| YUV | 99.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 153 | 0.15 | 0.52 | 0 | 0.4 | 282.75 | 0.35 | 0.44 |
| Hex | 82 | 49 | 99 | F | 34 | 0 | 28 | 11B | 23 | 2C |
| Octal | 202 | 111 | 231 | 17 | 64 | 0 | 50 | 433 | 43 | 54 |
| Binary | 10000010 | 1001001 | 10011001 | 1111 | 110100 | 0 | 101000 | 100011011 | 100011 | 101100 |
Color Harmonies of #824999
Complementary color
Monochromatic Colors of #824999
Black with #824999
Text Example
Text Example
White with #824999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824999; }
p { color: rgb(130,73,153); }
H1.HeaderClassName
{
color: #824999;
}
.AnyTagClassName
{
color: #824999;
}
</style>
background-color css
<style>
a { background-color: #824999; }
a { background-color: rgb(130,73,153); }
div.DivClassName
{
background-color: #824999;
}
.BgClassName
{
background-color: #824999;
}
</style>
border-color css
<style>
span { border-color: #824999; }
span { border-color: rgb(130,73,153); }
td.TdClassName
{
border-color: #824999;
}
.TagClassName
{
border-color: #824999;
}
</style>