Shades of Violet Blue #984F96
Tints of Violet Blue #984F96
RGB
CMYK
RGB Variations
Color information
#984F96 (or 0x984F96) is known color: Violet Blue. HEX triplet: 98, 4F and 96. RGB value is (152,79,150). Sum of RGB (Red+Green+Blue) = 152+79+150=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #984F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F96 is #67B069. Grayscale: #6C6C6C. Windows color (decimal): -6795370 or 9850776. OLE color: 9850776.
HSL color Cylindrical-coordinate representation of color #984F96: hue angle of 301.64º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F96 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 79 | 150 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.40 |
| HSL | 301.64º | 0.32% | 0.45% | - |
| HSV(B) | 301.64º | 0.48% | 0.6% | - |
| XYZ | 21.25 | 14.47 | 30.53 | - |
| YUV | 108.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 79 | 150 | 0 | 0.48 | 0.01 | 0.40 | 301.64 | 0.32 | 0.45 |
| Hex | 98 | 4F | 96 | 0 | 30 | 1 | 28 | 12E | 20 | 2D |
| Octal | 230 | 117 | 226 | 0 | 60 | 1 | 50 | 456 | 40 | 55 |
| Binary | 10011000 | 1001111 | 10010110 | 0 | 110000 | 1 | 101000 | 100101110 | 100000 | 101101 |
Color Harmonies of #984F96
Complementary color
Monochromatic Colors of #984F96
Black with #984F96
Text Example
Text Example
White with #984F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984F96; }
p { color: rgb(152,79,150); }
H1.HeaderClassName
{
color: #984F96;
}
.AnyTagClassName
{
color: #984F96;
}
</style>
background-color css
<style>
a { background-color: #984F96; }
a { background-color: rgb(152,79,150); }
div.DivClassName
{
background-color: #984F96;
}
.BgClassName
{
background-color: #984F96;
}
</style>
border-color css
<style>
span { border-color: #984F96; }
span { border-color: rgb(152,79,150); }
td.TdClassName
{
border-color: #984F96;
}
.TagClassName
{
border-color: #984F96;
}
</style>