Shades of Vivid Violet #982CA0
Tints of Vivid Violet #982CA0
RGB
CMYK
RGB Variations
Color information
#982CA0 (or 0x982CA0) is known color: Vivid Violet. HEX triplet: 98, 2C and A0. RGB value is (152,44,160). Sum of RGB (Red+Green+Blue) = 152+44+160=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #982CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982CA0 is #67D35F. Grayscale: #595959. Windows color (decimal): -6804320 or 10497176. OLE color: 10497176.
HSL color Cylindrical-coordinate representation of color #982CA0: hue angle of 295.86º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982CA0 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 44 | 160 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.37 |
| HSL | 295.86º | 0.57% | 0.4% | - |
| HSV(B) | 295.86º | 0.73% | 0.63% | - |
| XYZ | 20.19 | 11.01 | 34.32 | - |
| YUV | 89.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 160 | 0.05 | 0.72 | 0 | 0.37 | 295.86 | 0.57 | 0.4 |
| Hex | 98 | 2C | A0 | 5 | 48 | 0 | 25 | 128 | 39 | 28 |
| Octal | 230 | 54 | 240 | 5 | 110 | 0 | 45 | 450 | 71 | 50 |
| Binary | 10011000 | 101100 | 10100000 | 101 | 1001000 | 0 | 100101 | 100101000 | 111001 | 101000 |
Color Harmonies of #982CA0
Complementary color
Monochromatic Colors of #982CA0
Black with #982CA0
Text Example
Text Example
White with #982CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CA0; }
p { color: rgb(152,44,160); }
H1.HeaderClassName
{
color: #982CA0;
}
.AnyTagClassName
{
color: #982CA0;
}
</style>
background-color css
<style>
a { background-color: #982CA0; }
a { background-color: rgb(152,44,160); }
div.DivClassName
{
background-color: #982CA0;
}
.BgClassName
{
background-color: #982CA0;
}
</style>
border-color css
<style>
span { border-color: #982CA0; }
span { border-color: rgb(152,44,160); }
td.TdClassName
{
border-color: #982CA0;
}
.TagClassName
{
border-color: #982CA0;
}
</style>