Shades of Violet Blue #9C488B
Tints of Violet Blue #9C488B
RGB
CMYK
RGB Variations
Color information
#9C488B (or 0x9C488B) is known color: Violet Blue. HEX triplet: 9C, 48 and 8B. RGB value is (156,72,139). Sum of RGB (Red+Green+Blue) = 156+72+139=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C488B is #63B774. Grayscale: #686868. Windows color (decimal): -6535029 or 9128092. OLE color: 9128092.
HSL color Cylindrical-coordinate representation of color #9C488B: hue angle of 312.14º 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 #9C488B is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 72 | 139 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.39 |
| HSL | 312.14º | 0.37% | 0.45% | - |
| HSV(B) | 312.14º | 0.54% | 0.61% | - |
| XYZ | 20.69 | 13.57 | 25.95 | - |
| YUV | 104.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 139 | 0 | 0.54 | 0.11 | 0.39 | 312.14 | 0.37 | 0.45 |
| Hex | 9C | 48 | 8B | 0 | 36 | B | 27 | 138 | 25 | 2D |
| Octal | 234 | 110 | 213 | 0 | 66 | 13 | 47 | 470 | 45 | 55 |
| Binary | 10011100 | 1001000 | 10001011 | 0 | 110110 | 1011 | 100111 | 100111000 | 100101 | 101101 |
Color Harmonies of #9C488B
Complementary color
Monochromatic Colors of #9C488B
Black with #9C488B
Text Example
Text Example
White with #9C488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C488B; }
p { color: rgb(156,72,139); }
H1.HeaderClassName
{
color: #9C488B;
}
.AnyTagClassName
{
color: #9C488B;
}
</style>
background-color css
<style>
a { background-color: #9C488B; }
a { background-color: rgb(156,72,139); }
div.DivClassName
{
background-color: #9C488B;
}
.BgClassName
{
background-color: #9C488B;
}
</style>
border-color css
<style>
span { border-color: #9C488B; }
span { border-color: rgb(156,72,139); }
td.TdClassName
{
border-color: #9C488B;
}
.TagClassName
{
border-color: #9C488B;
}
</style>