Shades of Violet Blue #984896
Tints of Violet Blue #984896
RGB
CMYK
RGB Variations
Color information
#984896 (or 0x984896) is known color: Violet Blue. HEX triplet: 98, 48 and 96. RGB value is (152,72,150). Sum of RGB (Red+Green+Blue) = 152+72+150=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #984896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984896 is #67B769. Grayscale: #686868. Windows color (decimal): -6797162 or 9848984. OLE color: 9848984.
HSL color Cylindrical-coordinate representation of color #984896: hue angle of 301.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984896 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 150 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.40 |
| HSL | 301.5º | 0.36% | 0.44% | - |
| HSV(B) | 301.5º | 0.53% | 0.6% | - |
| XYZ | 20.77 | 13.51 | 30.37 | - |
| YUV | 104.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 150 | 0 | 0.53 | 0.01 | 0.40 | 301.5 | 0.36 | 0.44 |
| Hex | 98 | 48 | 96 | 0 | 35 | 1 | 28 | 12E | 24 | 2C |
| Octal | 230 | 110 | 226 | 0 | 65 | 1 | 50 | 456 | 44 | 54 |
| Binary | 10011000 | 1001000 | 10010110 | 0 | 110101 | 1 | 101000 | 100101110 | 100100 | 101100 |
Color Harmonies of #984896
Complementary color
Monochromatic Colors of #984896
Black with #984896
Text Example
Text Example
White with #984896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984896; }
p { color: rgb(152,72,150); }
H1.HeaderClassName
{
color: #984896;
}
.AnyTagClassName
{
color: #984896;
}
</style>
background-color css
<style>
a { background-color: #984896; }
a { background-color: rgb(152,72,150); }
div.DivClassName
{
background-color: #984896;
}
.BgClassName
{
background-color: #984896;
}
</style>
border-color css
<style>
span { border-color: #984896; }
span { border-color: rgb(152,72,150); }
td.TdClassName
{
border-color: #984896;
}
.TagClassName
{
border-color: #984896;
}
</style>