Shades of Violet Blue #9C488C
Tints of Violet Blue #9C488C
RGB
CMYK
RGB Variations
Color information
#9C488C (or 0x9C488C) is known color: Violet Blue. HEX triplet: 9C, 48 and 8C. RGB value is (156,72,140). Sum of RGB (Red+Green+Blue) = 156+72+140=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C488C is #63B773. Grayscale: #686868. Windows color (decimal): -6535028 or 9193628. OLE color: 9193628.
HSL color Cylindrical-coordinate representation of color #9C488C: hue angle of 311.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C488C is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 140 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.39 |
| HSL | 311.43º | 0.37% | 0.45% | - |
| HSV(B) | 311.43º | 0.54% | 0.61% | - |
| XYZ | 20.76 | 13.6 | 26.34 | - |
| YUV | 104.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 140 | 0 | 0.54 | 0.10 | 0.39 | 311.43 | 0.37 | 0.45 |
| Hex | 9C | 48 | 8C | 0 | 36 | A | 27 | 137 | 25 | 2D |
| Octal | 234 | 110 | 214 | 0 | 66 | 12 | 47 | 467 | 45 | 55 |
| Binary | 10011100 | 1001000 | 10001100 | 0 | 110110 | 1010 | 100111 | 100110111 | 100101 | 101101 |
Color Harmonies of #9C488C
Complementary color
Monochromatic Colors of #9C488C
Black with #9C488C
Text Example
Text Example
White with #9C488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C488C; }
p { color: rgb(156,72,140); }
H1.HeaderClassName
{
color: #9C488C;
}
.AnyTagClassName
{
color: #9C488C;
}
</style>
background-color css
<style>
a { background-color: #9C488C; }
a { background-color: rgb(156,72,140); }
div.DivClassName
{
background-color: #9C488C;
}
.BgClassName
{
background-color: #9C488C;
}
</style>
border-color css
<style>
span { border-color: #9C488C; }
span { border-color: rgb(156,72,140); }
td.TdClassName
{
border-color: #9C488C;
}
.TagClassName
{
border-color: #9C488C;
}
</style>