Shades of Violet Blue #984A8D
Tints of Violet Blue #984A8D
RGB
CMYK
RGB Variations
Color information
#984A8D (or 0x984A8D) is known color: Violet Blue. HEX triplet: 98, 4A and 8D. RGB value is (152,74,141). Sum of RGB (Red+Green+Blue) = 152+74+141=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #984A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A8D is #67B572. Grayscale: #686868. Windows color (decimal): -6796659 or 9259672. OLE color: 9259672.
HSL color Cylindrical-coordinate representation of color #984A8D: hue angle of 308.46º 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 #984A8D is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 141 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.40 |
| HSL | 308.46º | 0.35% | 0.44% | - |
| HSV(B) | 308.46º | 0.51% | 0.6% | - |
| XYZ | 20.21 | 13.5 | 26.74 | - |
| YUV | 104.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 141 | 0 | 0.51 | 0.07 | 0.40 | 308.46 | 0.35 | 0.44 |
| Hex | 98 | 4A | 8D | 0 | 33 | 7 | 28 | 134 | 23 | 2C |
| Octal | 230 | 112 | 215 | 0 | 63 | 7 | 50 | 464 | 43 | 54 |
| Binary | 10011000 | 1001010 | 10001101 | 0 | 110011 | 111 | 101000 | 100110100 | 100011 | 101100 |
Color Harmonies of #984A8D
Complementary color
Monochromatic Colors of #984A8D
Black with #984A8D
Text Example
Text Example
White with #984A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A8D; }
p { color: rgb(152,74,141); }
H1.HeaderClassName
{
color: #984A8D;
}
.AnyTagClassName
{
color: #984A8D;
}
</style>
background-color css
<style>
a { background-color: #984A8D; }
a { background-color: rgb(152,74,141); }
div.DivClassName
{
background-color: #984A8D;
}
.BgClassName
{
background-color: #984A8D;
}
</style>
border-color css
<style>
span { border-color: #984A8D; }
span { border-color: rgb(152,74,141); }
td.TdClassName
{
border-color: #984A8D;
}
.TagClassName
{
border-color: #984A8D;
}
</style>