Shades of Vivid Violet #982DAA
Tints of Vivid Violet #982DAA
RGB
CMYK
RGB Variations
Color information
#982DAA (or 0x982DAA) is known color: Vivid Violet. HEX triplet: 98, 2D and AA. RGB value is (152,45,170). Sum of RGB (Red+Green+Blue) = 152+45+170=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #982DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DAA is #67D255. Grayscale: #5A5A5A. Windows color (decimal): -6804054 or 11152792. OLE color: 11152792.
HSL color Cylindrical-coordinate representation of color #982DAA: hue angle of 291.36º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982DAA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 45 | 170 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.33 |
| HSL | 291.36º | 0.58% | 0.42% | - |
| HSV(B) | 291.36º | 0.74% | 0.67% | - |
| XYZ | 21.14 | 11.45 | 39.13 | - |
| YUV | 91.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 170 | 0.11 | 0.74 | 0 | 0.33 | 291.36 | 0.58 | 0.42 |
| Hex | 98 | 2D | AA | B | 4A | 0 | 21 | 123 | 3A | 2A |
| Octal | 230 | 55 | 252 | 13 | 112 | 0 | 41 | 443 | 72 | 52 |
| Binary | 10011000 | 101101 | 10101010 | 1011 | 1001010 | 0 | 100001 | 100100011 | 111010 | 101010 |
Color Harmonies of #982DAA
Complementary color
Monochromatic Colors of #982DAA
Black with #982DAA
Text Example
Text Example
White with #982DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DAA; }
p { color: rgb(152,45,170); }
H1.HeaderClassName
{
color: #982DAA;
}
.AnyTagClassName
{
color: #982DAA;
}
</style>
background-color css
<style>
a { background-color: #982DAA; }
a { background-color: rgb(152,45,170); }
div.DivClassName
{
background-color: #982DAA;
}
.BgClassName
{
background-color: #982DAA;
}
</style>
border-color css
<style>
span { border-color: #982DAA; }
span { border-color: rgb(152,45,170); }
td.TdClassName
{
border-color: #982DAA;
}
.TagClassName
{
border-color: #982DAA;
}
</style>