Shades of Violet Blue #9D4D89
Tints of Violet Blue #9D4D89
RGB
CMYK
RGB Variations
Color information
#9D4D89 (or 0x9D4D89) is known color: Violet Blue. HEX triplet: 9D, 4D and 89. RGB value is (157,77,137). Sum of RGB (Red+Green+Blue) = 157+77+137=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4D89 is #62B276. Grayscale: #6B6B6B. Windows color (decimal): -6468215 or 8998301. OLE color: 8998301.
HSL color Cylindrical-coordinate representation of color #9D4D89: hue angle of 315º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D89 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 137 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.38 |
| HSL | 315º | 0.34% | 0.46% | - |
| HSV(B) | 315º | 0.51% | 0.62% | - |
| XYZ | 21.07 | 14.28 | 25.31 | - |
| YUV | 107.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 137 | 0 | 0.51 | 0.13 | 0.38 | 315 | 0.34 | 0.46 |
| Hex | 9D | 4D | 89 | 0 | 33 | D | 26 | 13B | 22 | 2E |
| Octal | 235 | 115 | 211 | 0 | 63 | 15 | 46 | 473 | 42 | 56 |
| Binary | 10011101 | 1001101 | 10001001 | 0 | 110011 | 1101 | 100110 | 100111011 | 100010 | 101110 |
Color Harmonies of #9D4D89
Complementary color
Monochromatic Colors of #9D4D89
Black with #9D4D89
Text Example
Text Example
White with #9D4D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D89; }
p { color: rgb(157,77,137); }
H1.HeaderClassName
{
color: #9D4D89;
}
.AnyTagClassName
{
color: #9D4D89;
}
</style>
background-color css
<style>
a { background-color: #9D4D89; }
a { background-color: rgb(157,77,137); }
div.DivClassName
{
background-color: #9D4D89;
}
.BgClassName
{
background-color: #9D4D89;
}
</style>
border-color css
<style>
span { border-color: #9D4D89; }
span { border-color: rgb(157,77,137); }
td.TdClassName
{
border-color: #9D4D89;
}
.TagClassName
{
border-color: #9D4D89;
}
</style>