Shades of Vivid Violet #824299
Tints of Vivid Violet #824299
RGB
CMYK
RGB Variations
Color information
#824299 (or 0x824299) is known color: Vivid Violet. HEX triplet: 82, 42 and 99. RGB value is (130,66,153). Sum of RGB (Red+Green+Blue) = 130+66+153=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #824299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824299 is #7DBD66. Grayscale: #5E5E5E. Windows color (decimal): -8240487 or 10044034. OLE color: 10044034.
HSL color Cylindrical-coordinate representation of color #824299: hue angle of 284.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #824299 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 66 | 153 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.4 |
| HSL | 284.14º | 0.4% | 0.43% | - |
| HSV(B) | 284.14º | 0.57% | 0.6% | - |
| XYZ | 16.9 | 10.94 | 31.36 | - |
| YUV | 95.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 153 | 0.15 | 0.57 | 0 | 0.4 | 284.14 | 0.4 | 0.43 |
| Hex | 82 | 42 | 99 | F | 39 | 0 | 28 | 11C | 28 | 2B |
| Octal | 202 | 102 | 231 | 17 | 71 | 0 | 50 | 434 | 50 | 53 |
| Binary | 10000010 | 1000010 | 10011001 | 1111 | 111001 | 0 | 101000 | 100011100 | 101000 | 101011 |
Color Harmonies of #824299
Complementary color
Monochromatic Colors of #824299
Black with #824299
Text Example
Text Example
White with #824299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824299; }
p { color: rgb(130,66,153); }
H1.HeaderClassName
{
color: #824299;
}
.AnyTagClassName
{
color: #824299;
}
</style>
background-color css
<style>
a { background-color: #824299; }
a { background-color: rgb(130,66,153); }
div.DivClassName
{
background-color: #824299;
}
.BgClassName
{
background-color: #824299;
}
</style>
border-color css
<style>
span { border-color: #824299; }
span { border-color: rgb(130,66,153); }
td.TdClassName
{
border-color: #824299;
}
.TagClassName
{
border-color: #824299;
}
</style>