Shades of Vivid Violet #824789
Tints of Vivid Violet #824789
RGB
CMYK
RGB Variations
Color information
#824789 (or 0x824789) is known color: Vivid Violet. HEX triplet: 82, 47 and 89. RGB value is (130,71,137). Sum of RGB (Red+Green+Blue) = 130+71+137=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #824789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824789 is #7DB876. Grayscale: #5F5F5F. Windows color (decimal): -8239223 or 8996738. OLE color: 8996738.
HSL color Cylindrical-coordinate representation of color #824789: hue angle of 293.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824789 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 71 | 137 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.46 |
| HSL | 293.64º | 0.32% | 0.41% | - |
| HSV(B) | 293.64º | 0.48% | 0.54% | - |
| XYZ | 15.97 | 11.06 | 24.96 | - |
| YUV | 96.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 137 | 0.05 | 0.48 | 0 | 0.46 | 293.64 | 0.32 | 0.41 |
| Hex | 82 | 47 | 89 | 5 | 30 | 0 | 2E | 126 | 20 | 29 |
| Octal | 202 | 107 | 211 | 5 | 60 | 0 | 56 | 446 | 40 | 51 |
| Binary | 10000010 | 1000111 | 10001001 | 101 | 110000 | 0 | 101110 | 100100110 | 100000 | 101001 |
Color Harmonies of #824789
Complementary color
Monochromatic Colors of #824789
Black with #824789
Text Example
Text Example
White with #824789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824789; }
p { color: rgb(130,71,137); }
H1.HeaderClassName
{
color: #824789;
}
.AnyTagClassName
{
color: #824789;
}
</style>
background-color css
<style>
a { background-color: #824789; }
a { background-color: rgb(130,71,137); }
div.DivClassName
{
background-color: #824789;
}
.BgClassName
{
background-color: #824789;
}
</style>
border-color css
<style>
span { border-color: #824789; }
span { border-color: rgb(130,71,137); }
td.TdClassName
{
border-color: #824789;
}
.TagClassName
{
border-color: #824789;
}
</style>