Shades of Violet Blue #9D488B
Tints of Violet Blue #9D488B
RGB
CMYK
RGB Variations
Color information
#9D488B (or 0x9D488B) is known color: Violet Blue. HEX triplet: 9D, 48 and 8B. RGB value is (157,72,139). Sum of RGB (Red+Green+Blue) = 157+72+139=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D488B is #62B774. Grayscale: #686868. Windows color (decimal): -6469493 or 9128093. OLE color: 9128093.
HSL color Cylindrical-coordinate representation of color #9D488B: hue angle of 312.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D488B is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 72 | 139 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.38 |
| HSL | 312.71º | 0.37% | 0.45% | - |
| HSV(B) | 312.71º | 0.54% | 0.62% | - |
| XYZ | 20.88 | 13.67 | 25.96 | - |
| YUV | 105.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 72 | 139 | 0 | 0.54 | 0.11 | 0.38 | 312.71 | 0.37 | 0.45 |
| Hex | 9D | 48 | 8B | 0 | 36 | B | 26 | 139 | 25 | 2D |
| Octal | 235 | 110 | 213 | 0 | 66 | 13 | 46 | 471 | 45 | 55 |
| Binary | 10011101 | 1001000 | 10001011 | 0 | 110110 | 1011 | 100110 | 100111001 | 100101 | 101101 |
Color Harmonies of #9D488B
Complementary color
Monochromatic Colors of #9D488B
Black with #9D488B
Text Example
Text Example
White with #9D488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D488B; }
p { color: rgb(157,72,139); }
H1.HeaderClassName
{
color: #9D488B;
}
.AnyTagClassName
{
color: #9D488B;
}
</style>
background-color css
<style>
a { background-color: #9D488B; }
a { background-color: rgb(157,72,139); }
div.DivClassName
{
background-color: #9D488B;
}
.BgClassName
{
background-color: #9D488B;
}
</style>
border-color css
<style>
span { border-color: #9D488B; }
span { border-color: rgb(157,72,139); }
td.TdClassName
{
border-color: #9D488B;
}
.TagClassName
{
border-color: #9D488B;
}
</style>