Shades of Violet Blue #984D8D
Tints of Violet Blue #984D8D
RGB
CMYK
RGB Variations
Color information
#984D8D (or 0x984D8D) is known color: Violet Blue. HEX triplet: 98, 4D and 8D. RGB value is (152,77,141). Sum of RGB (Red+Green+Blue) = 152+77+141=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #984D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D8D is #67B272. Grayscale: #6A6A6A. Windows color (decimal): -6795891 or 9260440. OLE color: 9260440.
HSL color Cylindrical-coordinate representation of color #984D8D: hue angle of 308.8º degrees, saturation: 0.33, 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 #984D8D is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 141 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.40 |
| HSL | 308.8º | 0.33% | 0.45% | - |
| HSV(B) | 308.8º | 0.49% | 0.6% | - |
| XYZ | 20.41 | 13.91 | 26.81 | - |
| YUV | 106.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 141 | 0 | 0.49 | 0.07 | 0.40 | 308.8 | 0.33 | 0.45 |
| Hex | 98 | 4D | 8D | 0 | 31 | 7 | 28 | 135 | 21 | 2D |
| Octal | 230 | 115 | 215 | 0 | 61 | 7 | 50 | 465 | 41 | 55 |
| Binary | 10011000 | 1001101 | 10001101 | 0 | 110001 | 111 | 101000 | 100110101 | 100001 | 101101 |
Color Harmonies of #984D8D
Complementary color
Monochromatic Colors of #984D8D
Black with #984D8D
Text Example
Text Example
White with #984D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D8D; }
p { color: rgb(152,77,141); }
H1.HeaderClassName
{
color: #984D8D;
}
.AnyTagClassName
{
color: #984D8D;
}
</style>
background-color css
<style>
a { background-color: #984D8D; }
a { background-color: rgb(152,77,141); }
div.DivClassName
{
background-color: #984D8D;
}
.BgClassName
{
background-color: #984D8D;
}
</style>
border-color css
<style>
span { border-color: #984D8D; }
span { border-color: rgb(152,77,141); }
td.TdClassName
{
border-color: #984D8D;
}
.TagClassName
{
border-color: #984D8D;
}
</style>