Shades of Violet Blue #984998
Tints of Violet Blue #984998
RGB
CMYK
RGB Variations
Color information
#984998 (or 0x984998) is known color: Violet Blue. HEX triplet: 98, 49 and 98. RGB value is (152,73,152). Sum of RGB (Red+Green+Blue) = 152+73+152=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #984998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984998 is #67B667. Grayscale: #696969. Windows color (decimal): -6796904 or 9980312. OLE color: 9980312.
HSL color Cylindrical-coordinate representation of color #984998: hue angle of 300º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984998 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 152 | - |
| CMYK | 0 | 0.52 | 0 | 0.40 |
| HSL | 300º | 0.35% | 0.44% | - |
| HSV(B) | 300º | 0.52% | 0.6% | - |
| XYZ | 21 | 13.71 | 31.24 | - |
| YUV | 105.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 152 | 0 | 0.52 | 0 | 0.40 | 300 | 0.35 | 0.44 |
| Hex | 98 | 49 | 98 | 0 | 34 | 0 | 28 | 12C | 23 | 2C |
| Octal | 230 | 111 | 230 | 0 | 64 | 0 | 50 | 454 | 43 | 54 |
| Binary | 10011000 | 1001001 | 10011000 | 0 | 110100 | 0 | 101000 | 100101100 | 100011 | 101100 |
Color Harmonies of #984998
Complementary color
Monochromatic Colors of #984998
Black with #984998
Text Example
Text Example
White with #984998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984998; }
p { color: rgb(152,73,152); }
H1.HeaderClassName
{
color: #984998;
}
.AnyTagClassName
{
color: #984998;
}
</style>
background-color css
<style>
a { background-color: #984998; }
a { background-color: rgb(152,73,152); }
div.DivClassName
{
background-color: #984998;
}
.BgClassName
{
background-color: #984998;
}
</style>
border-color css
<style>
span { border-color: #984998; }
span { border-color: rgb(152,73,152); }
td.TdClassName
{
border-color: #984998;
}
.TagClassName
{
border-color: #984998;
}
</style>