Shades of Vivid Violet #982DA1
Tints of Vivid Violet #982DA1
RGB
CMYK
RGB Variations
Color information
#982DA1 (or 0x982DA1) is known color: Vivid Violet. HEX triplet: 98, 2D and A1. RGB value is (152,45,161). Sum of RGB (Red+Green+Blue) = 152+45+161=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #982DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DA1 is #67D25E. Grayscale: #595959. Windows color (decimal): -6804063 or 10562968. OLE color: 10562968.
HSL color Cylindrical-coordinate representation of color #982DA1: hue angle of 295.34º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982DA1 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 45 | 161 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.37 |
| HSL | 295.34º | 0.56% | 0.4% | - |
| HSV(B) | 295.34º | 0.72% | 0.63% | - |
| XYZ | 20.32 | 11.13 | 34.79 | - |
| YUV | 90.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 161 | 0.06 | 0.72 | 0 | 0.37 | 295.34 | 0.56 | 0.4 |
| Hex | 98 | 2D | A1 | 6 | 48 | 0 | 25 | 127 | 38 | 28 |
| Octal | 230 | 55 | 241 | 6 | 110 | 0 | 45 | 447 | 70 | 50 |
| Binary | 10011000 | 101101 | 10100001 | 110 | 1001000 | 0 | 100101 | 100100111 | 111000 | 101000 |
Color Harmonies of #982DA1
Complementary color
Monochromatic Colors of #982DA1
Black with #982DA1
Text Example
Text Example
White with #982DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DA1; }
p { color: rgb(152,45,161); }
H1.HeaderClassName
{
color: #982DA1;
}
.AnyTagClassName
{
color: #982DA1;
}
</style>
background-color css
<style>
a { background-color: #982DA1; }
a { background-color: rgb(152,45,161); }
div.DivClassName
{
background-color: #982DA1;
}
.BgClassName
{
background-color: #982DA1;
}
</style>
border-color css
<style>
span { border-color: #982DA1; }
span { border-color: rgb(152,45,161); }
td.TdClassName
{
border-color: #982DA1;
}
.TagClassName
{
border-color: #982DA1;
}
</style>