Shades of Vivid Violet #821997
Tints of Vivid Violet #821997
RGB
CMYK
RGB Variations
Color information
#821997 (or 0x821997) is known color: Vivid Violet. HEX triplet: 82, 19 and 97. RGB value is (130,25,151). Sum of RGB (Red+Green+Blue) = 130+25+151=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #821997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821997 is #7DE668. Grayscale: #464646. Windows color (decimal): -8250985 or 9902466. OLE color: 9902466.
HSL color Cylindrical-coordinate representation of color #821997: hue angle of 290º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821997 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 25 | 151 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.41 |
| HSL | 290º | 0.72% | 0.35% | - |
| HSV(B) | 290º | 0.83% | 0.59% | - |
| XYZ | 15.14 | 7.68 | 29.96 | - |
| YUV | 70.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 151 | 0.14 | 0.83 | 0 | 0.41 | 290 | 0.72 | 0.35 |
| Hex | 82 | 19 | 97 | E | 53 | 0 | 29 | 122 | 48 | 23 |
| Octal | 202 | 31 | 227 | 16 | 123 | 0 | 51 | 442 | 110 | 43 |
| Binary | 10000010 | 11001 | 10010111 | 1110 | 1010011 | 0 | 101001 | 100100010 | 1001000 | 100011 |
Color Harmonies of #821997
Complementary color
Monochromatic Colors of #821997
Black with #821997
Text Example
Text Example
White with #821997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821997; }
p { color: rgb(130,25,151); }
H1.HeaderClassName
{
color: #821997;
}
.AnyTagClassName
{
color: #821997;
}
</style>
background-color css
<style>
a { background-color: #821997; }
a { background-color: rgb(130,25,151); }
div.DivClassName
{
background-color: #821997;
}
.BgClassName
{
background-color: #821997;
}
</style>
border-color css
<style>
span { border-color: #821997; }
span { border-color: rgb(130,25,151); }
td.TdClassName
{
border-color: #821997;
}
.TagClassName
{
border-color: #821997;
}
</style>