Shades of Violet Blue #984A98
Tints of Violet Blue #984A98
RGB
CMYK
RGB Variations
Color information
#984A98 (or 0x984A98) is known color: Violet Blue. HEX triplet: 98, 4A and 98. RGB value is (152,74,152). Sum of RGB (Red+Green+Blue) = 152+74+152=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #984A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A98 is #67B567. Grayscale: #696969. Windows color (decimal): -6796648 or 9980568. OLE color: 9980568.
HSL color Cylindrical-coordinate representation of color #984A98: 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.51%. Process color model (Four color, CMYK) of #984A98 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 152 | - |
| CMYK | 0 | 0.51 | 0 | 0.40 |
| HSL | 300º | 0.35% | 0.44% | - |
| HSV(B) | 300º | 0.51% | 0.6% | - |
| XYZ | 21.07 | 13.84 | 31.27 | - |
| YUV | 106.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 152 | 0 | 0.51 | 0 | 0.40 | 300 | 0.35 | 0.44 |
| Hex | 98 | 4A | 98 | 0 | 33 | 0 | 28 | 12C | 23 | 2C |
| Octal | 230 | 112 | 230 | 0 | 63 | 0 | 50 | 454 | 43 | 54 |
| Binary | 10011000 | 1001010 | 10011000 | 0 | 110011 | 0 | 101000 | 100101100 | 100011 | 101100 |
Color Harmonies of #984A98
Complementary color
Monochromatic Colors of #984A98
Black with #984A98
Text Example
Text Example
White with #984A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A98; }
p { color: rgb(152,74,152); }
H1.HeaderClassName
{
color: #984A98;
}
.AnyTagClassName
{
color: #984A98;
}
</style>
background-color css
<style>
a { background-color: #984A98; }
a { background-color: rgb(152,74,152); }
div.DivClassName
{
background-color: #984A98;
}
.BgClassName
{
background-color: #984A98;
}
</style>
border-color css
<style>
span { border-color: #984A98; }
span { border-color: rgb(152,74,152); }
td.TdClassName
{
border-color: #984A98;
}
.TagClassName
{
border-color: #984A98;
}
</style>