Shades of Vivid Violet #824290
Tints of Vivid Violet #824290
RGB
CMYK
RGB Variations
Color information
#824290 (or 0x824290) is known color: Vivid Violet. HEX triplet: 82, 42 and 90. RGB value is (130,66,144). Sum of RGB (Red+Green+Blue) = 130+66+144=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #824290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824290 is #7DBD6F. Grayscale: #5D5D5D. Windows color (decimal): -8240496 or 9454210. OLE color: 9454210.
HSL color Cylindrical-coordinate representation of color #824290: hue angle of 289.23º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #824290 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 66 | 144 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.44 |
| HSL | 289.23º | 0.37% | 0.41% | - |
| HSV(B) | 289.23º | 0.54% | 0.56% | - |
| XYZ | 16.19 | 10.66 | 27.59 | - |
| YUV | 94.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 144 | 0.10 | 0.54 | 0 | 0.44 | 289.23 | 0.37 | 0.41 |
| Hex | 82 | 42 | 90 | A | 36 | 0 | 2C | 121 | 25 | 29 |
| Octal | 202 | 102 | 220 | 12 | 66 | 0 | 54 | 441 | 45 | 51 |
| Binary | 10000010 | 1000010 | 10010000 | 1010 | 110110 | 0 | 101100 | 100100001 | 100101 | 101001 |
Color Harmonies of #824290
Complementary color
Monochromatic Colors of #824290
Black with #824290
Text Example
Text Example
White with #824290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824290; }
p { color: rgb(130,66,144); }
H1.HeaderClassName
{
color: #824290;
}
.AnyTagClassName
{
color: #824290;
}
</style>
background-color css
<style>
a { background-color: #824290; }
a { background-color: rgb(130,66,144); }
div.DivClassName
{
background-color: #824290;
}
.BgClassName
{
background-color: #824290;
}
</style>
border-color css
<style>
span { border-color: #824290; }
span { border-color: rgb(130,66,144); }
td.TdClassName
{
border-color: #824290;
}
.TagClassName
{
border-color: #824290;
}
</style>