Shades of Vivid Violet #982998
Tints of Vivid Violet #982998
RGB
CMYK
RGB Variations
Color information
#982998 (or 0x982998) is known color: Vivid Violet. HEX triplet: 98, 29 and 98. RGB value is (152,41,152). Sum of RGB (Red+Green+Blue) = 152+41+152=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #982998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982998 is #67D667. Grayscale: #565656. Windows color (decimal): -6805096 or 9972120. OLE color: 9972120.
HSL color Cylindrical-coordinate representation of color #982998: hue angle of 300º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982998 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 152 | - |
| CMYK | 0 | 0.73 | 0 | 0.40 |
| HSL | 300º | 0.58% | 0.38% | - |
| HSV(B) | 300º | 0.73% | 0.6% | - |
| XYZ | 19.41 | 10.53 | 30.71 | - |
| YUV | 86.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 152 | 0 | 0.73 | 0 | 0.40 | 300 | 0.58 | 0.38 |
| Hex | 98 | 29 | 98 | 0 | 49 | 0 | 28 | 12C | 3A | 26 |
| Octal | 230 | 51 | 230 | 0 | 111 | 0 | 50 | 454 | 72 | 46 |
| Binary | 10011000 | 101001 | 10011000 | 0 | 1001001 | 0 | 101000 | 100101100 | 111010 | 100110 |
Color Harmonies of #982998
Complementary color
Monochromatic Colors of #982998
Black with #982998
Text Example
Text Example
White with #982998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982998; }
p { color: rgb(152,41,152); }
H1.HeaderClassName
{
color: #982998;
}
.AnyTagClassName
{
color: #982998;
}
</style>
background-color css
<style>
a { background-color: #982998; }
a { background-color: rgb(152,41,152); }
div.DivClassName
{
background-color: #982998;
}
.BgClassName
{
background-color: #982998;
}
</style>
border-color css
<style>
span { border-color: #982998; }
span { border-color: rgb(152,41,152); }
td.TdClassName
{
border-color: #982998;
}
.TagClassName
{
border-color: #982998;
}
</style>