Shades of Vivid Violet #982D9C
Tints of Vivid Violet #982D9C
RGB
CMYK
RGB Variations
Color information
#982D9C (or 0x982D9C) is known color: Vivid Violet. HEX triplet: 98, 2D and 9C. RGB value is (152,45,156). Sum of RGB (Red+Green+Blue) = 152+45+156=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #982D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982D9C is #67D263. Grayscale: #595959. Windows color (decimal): -6804068 or 10235288. OLE color: 10235288.
HSL color Cylindrical-coordinate representation of color #982D9C: hue angle of 297.84º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982D9C is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 45 | 156 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.39 |
| HSL | 297.84º | 0.55% | 0.39% | - |
| HSV(B) | 297.84º | 0.71% | 0.61% | - |
| XYZ | 19.89 | 10.95 | 32.52 | - |
| YUV | 89.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 156 | 0.03 | 0.71 | 0 | 0.39 | 297.84 | 0.55 | 0.39 |
| Hex | 98 | 2D | 9C | 3 | 47 | 0 | 27 | 12A | 37 | 27 |
| Octal | 230 | 55 | 234 | 3 | 107 | 0 | 47 | 452 | 67 | 47 |
| Binary | 10011000 | 101101 | 10011100 | 11 | 1000111 | 0 | 100111 | 100101010 | 110111 | 100111 |
Color Harmonies of #982D9C
Complementary color
Monochromatic Colors of #982D9C
Black with #982D9C
Text Example
Text Example
White with #982D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982D9C; }
p { color: rgb(152,45,156); }
H1.HeaderClassName
{
color: #982D9C;
}
.AnyTagClassName
{
color: #982D9C;
}
</style>
background-color css
<style>
a { background-color: #982D9C; }
a { background-color: rgb(152,45,156); }
div.DivClassName
{
background-color: #982D9C;
}
.BgClassName
{
background-color: #982D9C;
}
</style>
border-color css
<style>
span { border-color: #982D9C; }
span { border-color: rgb(152,45,156); }
td.TdClassName
{
border-color: #982D9C;
}
.TagClassName
{
border-color: #982D9C;
}
</style>