Shades of Vivid Violet #821C93
Tints of Vivid Violet #821C93
RGB
CMYK
RGB Variations
Color information
#821C93 (or 0x821C93) is known color: Vivid Violet. HEX triplet: 82, 1C and 93. RGB value is (130,28,147). Sum of RGB (Red+Green+Blue) = 130+28+147=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #821C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821C93 is #7DE36C. Grayscale: #474747. Windows color (decimal): -8250221 or 9641090. OLE color: 9641090.
HSL color Cylindrical-coordinate representation of color #821C93: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821C93 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 28 | 147 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.42 |
| HSL | 291.43º | 0.68% | 0.34% | - |
| HSV(B) | 291.43º | 0.81% | 0.58% | - |
| XYZ | 14.89 | 7.68 | 28.3 | - |
| YUV | 72.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 147 | 0.12 | 0.81 | 0 | 0.42 | 291.43 | 0.68 | 0.34 |
| Hex | 82 | 1C | 93 | C | 51 | 0 | 2A | 123 | 44 | 22 |
| Octal | 202 | 34 | 223 | 14 | 121 | 0 | 52 | 443 | 104 | 42 |
| Binary | 10000010 | 11100 | 10010011 | 1100 | 1010001 | 0 | 101010 | 100100011 | 1000100 | 100010 |
Color Harmonies of #821C93
Complementary color
Monochromatic Colors of #821C93
Black with #821C93
Text Example
Text Example
White with #821C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C93; }
p { color: rgb(130,28,147); }
H1.HeaderClassName
{
color: #821C93;
}
.AnyTagClassName
{
color: #821C93;
}
</style>
background-color css
<style>
a { background-color: #821C93; }
a { background-color: rgb(130,28,147); }
div.DivClassName
{
background-color: #821C93;
}
.BgClassName
{
background-color: #821C93;
}
</style>
border-color css
<style>
span { border-color: #821C93; }
span { border-color: rgb(130,28,147); }
td.TdClassName
{
border-color: #821C93;
}
.TagClassName
{
border-color: #821C93;
}
</style>