Shades of Violet Blue #9D4B89
Tints of Violet Blue #9D4B89
RGB
CMYK
RGB Variations
Color information
#9D4B89 (or 0x9D4B89) is known color: Violet Blue. HEX triplet: 9D, 4B and 89. RGB value is (157,75,137). Sum of RGB (Red+Green+Blue) = 157+75+137=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4B89 is #62B476. Grayscale: #6A6A6A. Windows color (decimal): -6468727 or 8997789. OLE color: 8997789.
HSL color Cylindrical-coordinate representation of color #9D4B89: hue angle of 314.63º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4B89 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 75 | 137 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.38 |
| HSL | 314.63º | 0.35% | 0.45% | - |
| HSV(B) | 314.63º | 0.52% | 0.62% | - |
| XYZ | 20.94 | 14.01 | 25.27 | - |
| YUV | 106.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 137 | 0 | 0.52 | 0.13 | 0.38 | 314.63 | 0.35 | 0.45 |
| Hex | 9D | 4B | 89 | 0 | 34 | D | 26 | 13B | 23 | 2D |
| Octal | 235 | 113 | 211 | 0 | 64 | 15 | 46 | 473 | 43 | 55 |
| Binary | 10011101 | 1001011 | 10001001 | 0 | 110100 | 1101 | 100110 | 100111011 | 100011 | 101101 |
Color Harmonies of #9D4B89
Complementary color
Monochromatic Colors of #9D4B89
Black with #9D4B89
Text Example
Text Example
White with #9D4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4B89; }
p { color: rgb(157,75,137); }
H1.HeaderClassName
{
color: #9D4B89;
}
.AnyTagClassName
{
color: #9D4B89;
}
</style>
background-color css
<style>
a { background-color: #9D4B89; }
a { background-color: rgb(157,75,137); }
div.DivClassName
{
background-color: #9D4B89;
}
.BgClassName
{
background-color: #9D4B89;
}
</style>
border-color css
<style>
span { border-color: #9D4B89; }
span { border-color: rgb(157,75,137); }
td.TdClassName
{
border-color: #9D4B89;
}
.TagClassName
{
border-color: #9D4B89;
}
</style>