Shades of Vivid Violet #822985
Tints of Vivid Violet #822985
RGB
CMYK
RGB Variations
Color information
#822985 (or 0x822985) is known color: Vivid Violet. HEX triplet: 82, 29 and 85. RGB value is (130,41,133). Sum of RGB (Red+Green+Blue) = 130+41+133=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #822985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822985 is #7DD67A. Grayscale: #4D4D4D. Windows color (decimal): -8246907 or 8726914. OLE color: 8726914.
HSL color Cylindrical-coordinate representation of color #822985: hue angle of 298.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822985 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 41 | 133 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.48 |
| HSL | 298.04º | 0.53% | 0.34% | - |
| HSV(B) | 298.04º | 0.69% | 0.52% | - |
| XYZ | 14.23 | 8.03 | 22.99 | - |
| YUV | 78.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 133 | 0.02 | 0.69 | 0 | 0.48 | 298.04 | 0.53 | 0.34 |
| Hex | 82 | 29 | 85 | 2 | 45 | 0 | 30 | 12A | 35 | 22 |
| Octal | 202 | 51 | 205 | 2 | 105 | 0 | 60 | 452 | 65 | 42 |
| Binary | 10000010 | 101001 | 10000101 | 10 | 1000101 | 0 | 110000 | 100101010 | 110101 | 100010 |
Color Harmonies of #822985
Complementary color
Monochromatic Colors of #822985
Black with #822985
Text Example
Text Example
White with #822985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822985; }
p { color: rgb(130,41,133); }
H1.HeaderClassName
{
color: #822985;
}
.AnyTagClassName
{
color: #822985;
}
</style>
background-color css
<style>
a { background-color: #822985; }
a { background-color: rgb(130,41,133); }
div.DivClassName
{
background-color: #822985;
}
.BgClassName
{
background-color: #822985;
}
</style>
border-color css
<style>
span { border-color: #822985; }
span { border-color: rgb(130,41,133); }
td.TdClassName
{
border-color: #822985;
}
.TagClassName
{
border-color: #822985;
}
</style>