Shades of Violet Blue #984A8F
Tints of Violet Blue #984A8F
RGB
CMYK
RGB Variations
Color information
#984A8F (or 0x984A8F) is known color: Violet Blue. HEX triplet: 98, 4A and 8F. RGB value is (152,74,143). Sum of RGB (Red+Green+Blue) = 152+74+143=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #984A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A8F is #67B570. Grayscale: #686868. Windows color (decimal): -6796657 or 9390744. OLE color: 9390744.
HSL color Cylindrical-coordinate representation of color #984A8F: hue angle of 306.92º 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 #984A8F is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 143 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.40 |
| HSL | 306.92º | 0.35% | 0.44% | - |
| HSV(B) | 306.92º | 0.51% | 0.6% | - |
| XYZ | 20.36 | 13.56 | 27.53 | - |
| YUV | 105.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 143 | 0 | 0.51 | 0.06 | 0.40 | 306.92 | 0.35 | 0.44 |
| Hex | 98 | 4A | 8F | 0 | 33 | 6 | 28 | 133 | 23 | 2C |
| Octal | 230 | 112 | 217 | 0 | 63 | 6 | 50 | 463 | 43 | 54 |
| Binary | 10011000 | 1001010 | 10001111 | 0 | 110011 | 110 | 101000 | 100110011 | 100011 | 101100 |
Color Harmonies of #984A8F
Complementary color
Monochromatic Colors of #984A8F
Black with #984A8F
Text Example
Text Example
White with #984A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A8F; }
p { color: rgb(152,74,143); }
H1.HeaderClassName
{
color: #984A8F;
}
.AnyTagClassName
{
color: #984A8F;
}
</style>
background-color css
<style>
a { background-color: #984A8F; }
a { background-color: rgb(152,74,143); }
div.DivClassName
{
background-color: #984A8F;
}
.BgClassName
{
background-color: #984A8F;
}
</style>
border-color css
<style>
span { border-color: #984A8F; }
span { border-color: rgb(152,74,143); }
td.TdClassName
{
border-color: #984A8F;
}
.TagClassName
{
border-color: #984A8F;
}
</style>