Shades of Vivid Violet #821B98
Tints of Vivid Violet #821B98
RGB
CMYK
RGB Variations
Color information
#821B98 (or 0x821B98) is known color: Vivid Violet. HEX triplet: 82, 1B and 98. RGB value is (130,27,152). Sum of RGB (Red+Green+Blue) = 130+27+152=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #821B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821B98 is #7DE467. Grayscale: #474747. Windows color (decimal): -8250472 or 9968514. OLE color: 9968514.
HSL color Cylindrical-coordinate representation of color #821B98: hue angle of 289.44º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821B98 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 27 | 152 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.40 |
| HSL | 289.44º | 0.7% | 0.35% | - |
| HSV(B) | 289.44º | 0.82% | 0.6% | - |
| XYZ | 15.27 | 7.8 | 30.41 | - |
| YUV | 72.05 | 173.12 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 152 | 0.14 | 0.82 | 0 | 0.40 | 289.44 | 0.7 | 0.35 |
| Hex | 82 | 1B | 98 | E | 52 | 0 | 28 | 121 | 46 | 23 |
| Octal | 202 | 33 | 230 | 16 | 122 | 0 | 50 | 441 | 106 | 43 |
| Binary | 10000010 | 11011 | 10011000 | 1110 | 1010010 | 0 | 101000 | 100100001 | 1000110 | 100011 |
Color Harmonies of #821B98
Complementary color
Monochromatic Colors of #821B98
Black with #821B98
Text Example
Text Example
White with #821B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B98; }
p { color: rgb(130,27,152); }
H1.HeaderClassName
{
color: #821B98;
}
.AnyTagClassName
{
color: #821B98;
}
</style>
background-color css
<style>
a { background-color: #821B98; }
a { background-color: rgb(130,27,152); }
div.DivClassName
{
background-color: #821B98;
}
.BgClassName
{
background-color: #821B98;
}
</style>
border-color css
<style>
span { border-color: #821B98; }
span { border-color: rgb(130,27,152); }
td.TdClassName
{
border-color: #821B98;
}
.TagClassName
{
border-color: #821B98;
}
</style>