Shades of Violet Blue #984C8C
Tints of Violet Blue #984C8C
RGB
CMYK
RGB Variations
Color information
#984C8C (or 0x984C8C) is known color: Violet Blue. HEX triplet: 98, 4C and 8C. RGB value is (152,76,140). Sum of RGB (Red+Green+Blue) = 152+76+140=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #984C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C8C is #67B373. Grayscale: #696969. Windows color (decimal): -6796148 or 9194648. OLE color: 9194648.
HSL color Cylindrical-coordinate representation of color #984C8C: hue angle of 309.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #984C8C is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 76 | 140 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.40 |
| HSL | 309.47º | 0.33% | 0.45% | - |
| HSV(B) | 309.47º | 0.5% | 0.6% | - |
| XYZ | 20.27 | 13.74 | 26.39 | - |
| YUV | 106.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 140 | 0 | 0.50 | 0.08 | 0.40 | 309.47 | 0.33 | 0.45 |
| Hex | 98 | 4C | 8C | 0 | 32 | 8 | 28 | 135 | 21 | 2D |
| Octal | 230 | 114 | 214 | 0 | 62 | 10 | 50 | 465 | 41 | 55 |
| Binary | 10011000 | 1001100 | 10001100 | 0 | 110010 | 1000 | 101000 | 100110101 | 100001 | 101101 |
Color Harmonies of #984C8C
Complementary color
Monochromatic Colors of #984C8C
Black with #984C8C
Text Example
Text Example
White with #984C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984C8C; }
p { color: rgb(152,76,140); }
H1.HeaderClassName
{
color: #984C8C;
}
.AnyTagClassName
{
color: #984C8C;
}
</style>
background-color css
<style>
a { background-color: #984C8C; }
a { background-color: rgb(152,76,140); }
div.DivClassName
{
background-color: #984C8C;
}
.BgClassName
{
background-color: #984C8C;
}
</style>
border-color css
<style>
span { border-color: #984C8C; }
span { border-color: rgb(152,76,140); }
td.TdClassName
{
border-color: #984C8C;
}
.TagClassName
{
border-color: #984C8C;
}
</style>