Shades of Violet Blue #984E8D
Tints of Violet Blue #984E8D
RGB
CMYK
RGB Variations
Color information
#984E8D (or 0x984E8D) is known color: Violet Blue. HEX triplet: 98, 4E and 8D. RGB value is (152,78,141). Sum of RGB (Red+Green+Blue) = 152+78+141=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #984E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E8D is #67B172. Grayscale: #6B6B6B. Windows color (decimal): -6795635 or 9260696. OLE color: 9260696.
HSL color Cylindrical-coordinate representation of color #984E8D: hue angle of 308.92º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E8D is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 141 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.40 |
| HSL | 308.92º | 0.32% | 0.45% | - |
| HSV(B) | 308.92º | 0.49% | 0.6% | - |
| XYZ | 20.48 | 14.05 | 26.83 | - |
| YUV | 107.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 141 | 0 | 0.49 | 0.07 | 0.40 | 308.92 | 0.32 | 0.45 |
| Hex | 98 | 4E | 8D | 0 | 31 | 7 | 28 | 135 | 20 | 2D |
| Octal | 230 | 116 | 215 | 0 | 61 | 7 | 50 | 465 | 40 | 55 |
| Binary | 10011000 | 1001110 | 10001101 | 0 | 110001 | 111 | 101000 | 100110101 | 100000 | 101101 |
Color Harmonies of #984E8D
Complementary color
Monochromatic Colors of #984E8D
Black with #984E8D
Text Example
Text Example
White with #984E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E8D; }
p { color: rgb(152,78,141); }
H1.HeaderClassName
{
color: #984E8D;
}
.AnyTagClassName
{
color: #984E8D;
}
</style>
background-color css
<style>
a { background-color: #984E8D; }
a { background-color: rgb(152,78,141); }
div.DivClassName
{
background-color: #984E8D;
}
.BgClassName
{
background-color: #984E8D;
}
</style>
border-color css
<style>
span { border-color: #984E8D; }
span { border-color: rgb(152,78,141); }
td.TdClassName
{
border-color: #984E8D;
}
.TagClassName
{
border-color: #984E8D;
}
</style>