Shades of Vivid Violet #982BA9
Tints of Vivid Violet #982BA9
RGB
CMYK
RGB Variations
Color information
#982BA9 (or 0x982BA9) is known color: Vivid Violet. HEX triplet: 98, 2B and A9. RGB value is (152,43,169). Sum of RGB (Red+Green+Blue) = 152+43+169=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 169 - color contains mainly: blue. Hex color #982BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982BA9 is #67D456. Grayscale: #595959. Windows color (decimal): -6804567 or 11086744. OLE color: 11086744.
HSL color Cylindrical-coordinate representation of color #982BA9: hue angle of 291.9º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982BA9 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 43 | 169 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.34 |
| HSL | 291.9º | 0.59% | 0.42% | - |
| HSV(B) | 291.9º | 0.75% | 0.66% | - |
| XYZ | 20.97 | 11.27 | 38.61 | - |
| YUV | 89.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 169 | 0.10 | 0.75 | 0 | 0.34 | 291.9 | 0.59 | 0.42 |
| Hex | 98 | 2B | A9 | A | 4B | 0 | 22 | 124 | 3B | 2A |
| Octal | 230 | 53 | 251 | 12 | 113 | 0 | 42 | 444 | 73 | 52 |
| Binary | 10011000 | 101011 | 10101001 | 1010 | 1001011 | 0 | 100010 | 100100100 | 111011 | 101010 |
Color Harmonies of #982BA9
Complementary color
Monochromatic Colors of #982BA9
Black with #982BA9
Text Example
Text Example
White with #982BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BA9; }
p { color: rgb(152,43,169); }
H1.HeaderClassName
{
color: #982BA9;
}
.AnyTagClassName
{
color: #982BA9;
}
</style>
background-color css
<style>
a { background-color: #982BA9; }
a { background-color: rgb(152,43,169); }
div.DivClassName
{
background-color: #982BA9;
}
.BgClassName
{
background-color: #982BA9;
}
</style>
border-color css
<style>
span { border-color: #982BA9; }
span { border-color: rgb(152,43,169); }
td.TdClassName
{
border-color: #982BA9;
}
.TagClassName
{
border-color: #982BA9;
}
</style>