Shades of Vivid Violet #824399
Tints of Vivid Violet #824399
RGB
CMYK
RGB Variations
Color information
#824399 (or 0x824399) is known color: Vivid Violet. HEX triplet: 82, 43 and 99. RGB value is (130,67,153). Sum of RGB (Red+Green+Blue) = 130+67+153=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #824399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824399 is #7DBC66. Grayscale: #5F5F5F. Windows color (decimal): -8240231 or 10044290. OLE color: 10044290.
HSL color Cylindrical-coordinate representation of color #824399: hue angle of 283.95º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824399 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 67 | 153 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.4 |
| HSL | 283.95º | 0.39% | 0.43% | - |
| HSV(B) | 283.95º | 0.56% | 0.6% | - |
| XYZ | 16.96 | 11.06 | 31.38 | - |
| YUV | 95.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 153 | 0.15 | 0.56 | 0 | 0.4 | 283.95 | 0.39 | 0.43 |
| Hex | 82 | 43 | 99 | F | 38 | 0 | 28 | 11C | 27 | 2B |
| Octal | 202 | 103 | 231 | 17 | 70 | 0 | 50 | 434 | 47 | 53 |
| Binary | 10000010 | 1000011 | 10011001 | 1111 | 111000 | 0 | 101000 | 100011100 | 100111 | 101011 |
Color Harmonies of #824399
Complementary color
Monochromatic Colors of #824399
Black with #824399
Text Example
Text Example
White with #824399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824399; }
p { color: rgb(130,67,153); }
H1.HeaderClassName
{
color: #824399;
}
.AnyTagClassName
{
color: #824399;
}
</style>
background-color css
<style>
a { background-color: #824399; }
a { background-color: rgb(130,67,153); }
div.DivClassName
{
background-color: #824399;
}
.BgClassName
{
background-color: #824399;
}
</style>
border-color css
<style>
span { border-color: #824399; }
span { border-color: rgb(130,67,153); }
td.TdClassName
{
border-color: #824399;
}
.TagClassName
{
border-color: #824399;
}
</style>