Shades of Vivid Violet #824599
Tints of Vivid Violet #824599
RGB
CMYK
RGB Variations
Color information
#824599 (or 0x824599) is known color: Vivid Violet. HEX triplet: 82, 45 and 99. RGB value is (130,69,153). Sum of RGB (Red+Green+Blue) = 130+69+153=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #824599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824599 is #7DBA66. Grayscale: #606060. Windows color (decimal): -8239719 or 10044802. OLE color: 10044802.
HSL color Cylindrical-coordinate representation of color #824599: hue angle of 283.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824599 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 69 | 153 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.4 |
| HSL | 283.57º | 0.38% | 0.44% | - |
| HSV(B) | 283.57º | 0.55% | 0.6% | - |
| XYZ | 17.08 | 11.3 | 31.42 | - |
| YUV | 96.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 153 | 0.15 | 0.55 | 0 | 0.4 | 283.57 | 0.38 | 0.44 |
| Hex | 82 | 45 | 99 | F | 37 | 0 | 28 | 11C | 26 | 2C |
| Octal | 202 | 105 | 231 | 17 | 67 | 0 | 50 | 434 | 46 | 54 |
| Binary | 10000010 | 1000101 | 10011001 | 1111 | 110111 | 0 | 101000 | 100011100 | 100110 | 101100 |
Color Harmonies of #824599
Complementary color
Monochromatic Colors of #824599
Black with #824599
Text Example
Text Example
White with #824599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824599; }
p { color: rgb(130,69,153); }
H1.HeaderClassName
{
color: #824599;
}
.AnyTagClassName
{
color: #824599;
}
</style>
background-color css
<style>
a { background-color: #824599; }
a { background-color: rgb(130,69,153); }
div.DivClassName
{
background-color: #824599;
}
.BgClassName
{
background-color: #824599;
}
</style>
border-color css
<style>
span { border-color: #824599; }
span { border-color: rgb(130,69,153); }
td.TdClassName
{
border-color: #824599;
}
.TagClassName
{
border-color: #824599;
}
</style>