Shades of Vivid Violet #821E9C
Tints of Vivid Violet #821E9C
RGB
CMYK
RGB Variations
Color information
#821E9C (or 0x821E9C) is known color: Vivid Violet. HEX triplet: 82, 1E and 9C. RGB value is (130,30,156). Sum of RGB (Red+Green+Blue) = 130+30+156=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #821E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E9C is #7DE163. Grayscale: #494949. Windows color (decimal): -8249700 or 10231426. OLE color: 10231426.
HSL color Cylindrical-coordinate representation of color #821E9C: hue angle of 287.62º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821E9C is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 30 | 156 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.39 |
| HSL | 287.62º | 0.68% | 0.36% | - |
| HSV(B) | 287.62º | 0.81% | 0.61% | - |
| XYZ | 15.67 | 8.07 | 32.19 | - |
| YUV | 74.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 156 | 0.17 | 0.81 | 0 | 0.39 | 287.62 | 0.68 | 0.36 |
| Hex | 82 | 1E | 9C | 11 | 51 | 0 | 27 | 120 | 44 | 24 |
| Octal | 202 | 36 | 234 | 21 | 121 | 0 | 47 | 440 | 104 | 44 |
| Binary | 10000010 | 11110 | 10011100 | 10001 | 1010001 | 0 | 100111 | 100100000 | 1000100 | 100100 |
Color Harmonies of #821E9C
Complementary color
Monochromatic Colors of #821E9C
Black with #821E9C
Text Example
Text Example
White with #821E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E9C; }
p { color: rgb(130,30,156); }
H1.HeaderClassName
{
color: #821E9C;
}
.AnyTagClassName
{
color: #821E9C;
}
</style>
background-color css
<style>
a { background-color: #821E9C; }
a { background-color: rgb(130,30,156); }
div.DivClassName
{
background-color: #821E9C;
}
.BgClassName
{
background-color: #821E9C;
}
</style>
border-color css
<style>
span { border-color: #821E9C; }
span { border-color: rgb(130,30,156); }
td.TdClassName
{
border-color: #821E9C;
}
.TagClassName
{
border-color: #821E9C;
}
</style>