Shades of Vivid Violet #821D9C
Tints of Vivid Violet #821D9C
RGB
CMYK
RGB Variations
Color information
#821D9C (or 0x821D9C) is known color: Vivid Violet. HEX triplet: 82, 1D and 9C. RGB value is (130,29,156). Sum of RGB (Red+Green+Blue) = 130+29+156=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #821D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821D9C is #7DE263. Grayscale: #494949. Windows color (decimal): -8249956 or 10231170. OLE color: 10231170.
HSL color Cylindrical-coordinate representation of color #821D9C: hue angle of 287.72º degrees, saturation: 0.69, 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 #821D9C is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 29 | 156 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.39 |
| HSL | 287.72º | 0.69% | 0.36% | - |
| HSV(B) | 287.72º | 0.81% | 0.61% | - |
| XYZ | 15.65 | 8.02 | 32.18 | - |
| YUV | 73.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 156 | 0.17 | 0.81 | 0 | 0.39 | 287.72 | 0.69 | 0.36 |
| Hex | 82 | 1D | 9C | 11 | 51 | 0 | 27 | 120 | 45 | 24 |
| Octal | 202 | 35 | 234 | 21 | 121 | 0 | 47 | 440 | 105 | 44 |
| Binary | 10000010 | 11101 | 10011100 | 10001 | 1010001 | 0 | 100111 | 100100000 | 1000101 | 100100 |
Color Harmonies of #821D9C
Complementary color
Monochromatic Colors of #821D9C
Black with #821D9C
Text Example
Text Example
White with #821D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821D9C; }
p { color: rgb(130,29,156); }
H1.HeaderClassName
{
color: #821D9C;
}
.AnyTagClassName
{
color: #821D9C;
}
</style>
background-color css
<style>
a { background-color: #821D9C; }
a { background-color: rgb(130,29,156); }
div.DivClassName
{
background-color: #821D9C;
}
.BgClassName
{
background-color: #821D9C;
}
</style>
border-color css
<style>
span { border-color: #821D9C; }
span { border-color: rgb(130,29,156); }
td.TdClassName
{
border-color: #821D9C;
}
.TagClassName
{
border-color: #821D9C;
}
</style>