Shades of Vivid Violet #982AAA
Tints of Vivid Violet #982AAA
RGB
CMYK
RGB Variations
Color information
#982AAA (or 0x982AAA) is known color: Vivid Violet. HEX triplet: 98, 2A and AA. RGB value is (152,42,170). Sum of RGB (Red+Green+Blue) = 152+42+170=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #982AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982AAA is #67D555. Grayscale: #595959. Windows color (decimal): -6804822 or 11152024. OLE color: 11152024.
HSL color Cylindrical-coordinate representation of color #982AAA: hue angle of 291.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982AAA is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 42 | 170 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.33 |
| HSL | 291.56º | 0.6% | 0.42% | - |
| HSV(B) | 291.56º | 0.75% | 0.67% | - |
| XYZ | 21.03 | 11.23 | 39.09 | - |
| YUV | 89.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 170 | 0.11 | 0.75 | 0 | 0.33 | 291.56 | 0.6 | 0.42 |
| Hex | 98 | 2A | AA | B | 4B | 0 | 21 | 124 | 3C | 2A |
| Octal | 230 | 52 | 252 | 13 | 113 | 0 | 41 | 444 | 74 | 52 |
| Binary | 10011000 | 101010 | 10101010 | 1011 | 1001011 | 0 | 100001 | 100100100 | 111100 | 101010 |
Color Harmonies of #982AAA
Complementary color
Monochromatic Colors of #982AAA
Black with #982AAA
Text Example
Text Example
White with #982AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982AAA; }
p { color: rgb(152,42,170); }
H1.HeaderClassName
{
color: #982AAA;
}
.AnyTagClassName
{
color: #982AAA;
}
</style>
background-color css
<style>
a { background-color: #982AAA; }
a { background-color: rgb(152,42,170); }
div.DivClassName
{
background-color: #982AAA;
}
.BgClassName
{
background-color: #982AAA;
}
</style>
border-color css
<style>
span { border-color: #982AAA; }
span { border-color: rgb(152,42,170); }
td.TdClassName
{
border-color: #982AAA;
}
.TagClassName
{
border-color: #982AAA;
}
</style>