Shades of Violet Blue #9D488C
Tints of Violet Blue #9D488C
RGB
CMYK
RGB Variations
Color information
#9D488C (or 0x9D488C) is known color: Violet Blue. HEX triplet: 9D, 48 and 8C. RGB value is (157,72,140). Sum of RGB (Red+Green+Blue) = 157+72+140=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D488C is #62B773. Grayscale: #686868. Windows color (decimal): -6469492 or 9193629. OLE color: 9193629.
HSL color Cylindrical-coordinate representation of color #9D488C: hue angle of 312º 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 #9D488C is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 72 | 140 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.38 |
| HSL | 312º | 0.37% | 0.45% | - |
| HSV(B) | 312º | 0.54% | 0.62% | - |
| XYZ | 20.96 | 13.7 | 26.35 | - |
| YUV | 105.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 72 | 140 | 0 | 0.54 | 0.11 | 0.38 | 312 | 0.37 | 0.45 |
| Hex | 9D | 48 | 8C | 0 | 36 | B | 26 | 138 | 25 | 2D |
| Octal | 235 | 110 | 214 | 0 | 66 | 13 | 46 | 470 | 45 | 55 |
| Binary | 10011101 | 1001000 | 10001100 | 0 | 110110 | 1011 | 100110 | 100111000 | 100101 | 101101 |
Color Harmonies of #9D488C
Complementary color
Monochromatic Colors of #9D488C
Black with #9D488C
Text Example
Text Example
White with #9D488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D488C; }
p { color: rgb(157,72,140); }
H1.HeaderClassName
{
color: #9D488C;
}
.AnyTagClassName
{
color: #9D488C;
}
</style>
background-color css
<style>
a { background-color: #9D488C; }
a { background-color: rgb(157,72,140); }
div.DivClassName
{
background-color: #9D488C;
}
.BgClassName
{
background-color: #9D488C;
}
</style>
border-color css
<style>
span { border-color: #9D488C; }
span { border-color: rgb(157,72,140); }
td.TdClassName
{
border-color: #9D488C;
}
.TagClassName
{
border-color: #9D488C;
}
</style>