Shades of Vivid Violet #824495
Tints of Vivid Violet #824495
RGB
CMYK
RGB Variations
Color information
#824495 (or 0x824495) is known color: Vivid Violet. HEX triplet: 82, 44 and 95. RGB value is (130,68,149). Sum of RGB (Red+Green+Blue) = 130+68+149=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #824495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824495 is #7DBB6A. Grayscale: #5F5F5F. Windows color (decimal): -8239979 or 9782402. OLE color: 9782402.
HSL color Cylindrical-coordinate representation of color #824495: hue angle of 285.93º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #824495 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 68 | 149 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.42 |
| HSL | 285.93º | 0.37% | 0.43% | - |
| HSV(B) | 285.93º | 0.54% | 0.58% | - |
| XYZ | 16.7 | 11.05 | 29.69 | - |
| YUV | 95.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 149 | 0.13 | 0.54 | 0 | 0.42 | 285.93 | 0.37 | 0.43 |
| Hex | 82 | 44 | 95 | D | 36 | 0 | 2A | 11E | 25 | 2B |
| Octal | 202 | 104 | 225 | 15 | 66 | 0 | 52 | 436 | 45 | 53 |
| Binary | 10000010 | 1000100 | 10010101 | 1101 | 110110 | 0 | 101010 | 100011110 | 100101 | 101011 |
Color Harmonies of #824495
Complementary color
Monochromatic Colors of #824495
Black with #824495
Text Example
Text Example
White with #824495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824495; }
p { color: rgb(130,68,149); }
H1.HeaderClassName
{
color: #824495;
}
.AnyTagClassName
{
color: #824495;
}
</style>
background-color css
<style>
a { background-color: #824495; }
a { background-color: rgb(130,68,149); }
div.DivClassName
{
background-color: #824495;
}
.BgClassName
{
background-color: #824495;
}
</style>
border-color css
<style>
span { border-color: #824495; }
span { border-color: rgb(130,68,149); }
td.TdClassName
{
border-color: #824495;
}
.TagClassName
{
border-color: #824495;
}
</style>