Shades of Violet Blue #984A9C
Tints of Violet Blue #984A9C
RGB
CMYK
RGB Variations
Color information
#984A9C (or 0x984A9C) is known color: Violet Blue. HEX triplet: 98, 4A and 9C. RGB value is (152,74,156). Sum of RGB (Red+Green+Blue) = 152+74+156=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #984A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A9C is #67B563. Grayscale: #6A6A6A. Windows color (decimal): -6796644 or 10242712. OLE color: 10242712.
HSL color Cylindrical-coordinate representation of color #984A9C: hue angle of 297.07º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984A9C is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 74 | 156 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.39 |
| HSL | 297.07º | 0.36% | 0.45% | - |
| HSV(B) | 297.07º | 0.53% | 0.61% | - |
| XYZ | 21.4 | 13.97 | 33.02 | - |
| YUV | 106.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 156 | 0.03 | 0.53 | 0 | 0.39 | 297.07 | 0.36 | 0.45 |
| Hex | 98 | 4A | 9C | 3 | 35 | 0 | 27 | 129 | 24 | 2D |
| Octal | 230 | 112 | 234 | 3 | 65 | 0 | 47 | 451 | 44 | 55 |
| Binary | 10011000 | 1001010 | 10011100 | 11 | 110101 | 0 | 100111 | 100101001 | 100100 | 101101 |
Color Harmonies of #984A9C
Complementary color
Monochromatic Colors of #984A9C
Black with #984A9C
Text Example
Text Example
White with #984A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A9C; }
p { color: rgb(152,74,156); }
H1.HeaderClassName
{
color: #984A9C;
}
.AnyTagClassName
{
color: #984A9C;
}
</style>
background-color css
<style>
a { background-color: #984A9C; }
a { background-color: rgb(152,74,156); }
div.DivClassName
{
background-color: #984A9C;
}
.BgClassName
{
background-color: #984A9C;
}
</style>
border-color css
<style>
span { border-color: #984A9C; }
span { border-color: rgb(152,74,156); }
td.TdClassName
{
border-color: #984A9C;
}
.TagClassName
{
border-color: #984A9C;
}
</style>