Shades of Violet Blue #984996
Tints of Violet Blue #984996
RGB
CMYK
RGB Variations
Color information
#984996 (or 0x984996) is known color: Violet Blue. HEX triplet: 98, 49 and 96. RGB value is (152,73,150). Sum of RGB (Red+Green+Blue) = 152+73+150=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #984996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984996 is #67B669. Grayscale: #696969. Windows color (decimal): -6796906 or 9849240. OLE color: 9849240.
HSL color Cylindrical-coordinate representation of color #984996: hue angle of 301.52º 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 #984996 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 150 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.40 |
| HSL | 301.52º | 0.35% | 0.44% | - |
| HSV(B) | 301.52º | 0.52% | 0.6% | - |
| XYZ | 20.84 | 13.64 | 30.39 | - |
| YUV | 105.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 150 | 0 | 0.52 | 0.01 | 0.40 | 301.52 | 0.35 | 0.44 |
| Hex | 98 | 49 | 96 | 0 | 34 | 1 | 28 | 12E | 23 | 2C |
| Octal | 230 | 111 | 226 | 0 | 64 | 1 | 50 | 456 | 43 | 54 |
| Binary | 10011000 | 1001001 | 10010110 | 0 | 110100 | 1 | 101000 | 100101110 | 100011 | 101100 |
Color Harmonies of #984996
Complementary color
Monochromatic Colors of #984996
Black with #984996
Text Example
Text Example
White with #984996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984996; }
p { color: rgb(152,73,150); }
H1.HeaderClassName
{
color: #984996;
}
.AnyTagClassName
{
color: #984996;
}
</style>
background-color css
<style>
a { background-color: #984996; }
a { background-color: rgb(152,73,150); }
div.DivClassName
{
background-color: #984996;
}
.BgClassName
{
background-color: #984996;
}
</style>
border-color css
<style>
span { border-color: #984996; }
span { border-color: rgb(152,73,150); }
td.TdClassName
{
border-color: #984996;
}
.TagClassName
{
border-color: #984996;
}
</style>