Shades of Violet Blue #984D8C
Tints of Violet Blue #984D8C
RGB
CMYK
RGB Variations
Color information
#984D8C (or 0x984D8C) is known color: Violet Blue. HEX triplet: 98, 4D and 8C. RGB value is (152,77,140). Sum of RGB (Red+Green+Blue) = 152+77+140=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #984D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D8C is #67B273. Grayscale: #6A6A6A. Windows color (decimal): -6795892 or 9194904. OLE color: 9194904.
HSL color Cylindrical-coordinate representation of color #984D8C: hue angle of 309.6º 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 #984D8C is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 140 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.40 |
| HSL | 309.6º | 0.33% | 0.45% | - |
| HSV(B) | 309.6º | 0.49% | 0.6% | - |
| XYZ | 20.34 | 13.88 | 26.42 | - |
| YUV | 106.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 140 | 0 | 0.49 | 0.08 | 0.40 | 309.6 | 0.33 | 0.45 |
| Hex | 98 | 4D | 8C | 0 | 31 | 8 | 28 | 136 | 21 | 2D |
| Octal | 230 | 115 | 214 | 0 | 61 | 10 | 50 | 466 | 41 | 55 |
| Binary | 10011000 | 1001101 | 10001100 | 0 | 110001 | 1000 | 101000 | 100110110 | 100001 | 101101 |
Color Harmonies of #984D8C
Complementary color
Monochromatic Colors of #984D8C
Black with #984D8C
Text Example
Text Example
White with #984D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D8C; }
p { color: rgb(152,77,140); }
H1.HeaderClassName
{
color: #984D8C;
}
.AnyTagClassName
{
color: #984D8C;
}
</style>
background-color css
<style>
a { background-color: #984D8C; }
a { background-color: rgb(152,77,140); }
div.DivClassName
{
background-color: #984D8C;
}
.BgClassName
{
background-color: #984D8C;
}
</style>
border-color css
<style>
span { border-color: #984D8C; }
span { border-color: rgb(152,77,140); }
td.TdClassName
{
border-color: #984D8C;
}
.TagClassName
{
border-color: #984D8C;
}
</style>