Shades of Violet Blue #9D4990
Tints of Violet Blue #9D4990
RGB
CMYK
RGB Variations
Color information
#9D4990 (or 0x9D4990) is known color: Violet Blue. HEX triplet: 9D, 49 and 90. RGB value is (157,73,144). Sum of RGB (Red+Green+Blue) = 157+73+144=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4990 is #62B66F. Grayscale: #6A6A6A. Windows color (decimal): -6469232 or 9456029. OLE color: 9456029.
HSL color Cylindrical-coordinate representation of color #9D4990: hue angle of 309.29º 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 #9D4990 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 73 | 144 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.38 |
| HSL | 309.29º | 0.37% | 0.45% | - |
| HSV(B) | 309.29º | 0.54% | 0.62% | - |
| XYZ | 21.32 | 13.95 | 27.95 | - |
| YUV | 106.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 73 | 144 | 0 | 0.54 | 0.08 | 0.38 | 309.29 | 0.37 | 0.45 |
| Hex | 9D | 49 | 90 | 0 | 36 | 8 | 26 | 135 | 25 | 2D |
| Octal | 235 | 111 | 220 | 0 | 66 | 10 | 46 | 465 | 45 | 55 |
| Binary | 10011101 | 1001001 | 10010000 | 0 | 110110 | 1000 | 100110 | 100110101 | 100101 | 101101 |
Color Harmonies of #9D4990
Complementary color
Monochromatic Colors of #9D4990
Black with #9D4990
Text Example
Text Example
White with #9D4990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4990; }
p { color: rgb(157,73,144); }
H1.HeaderClassName
{
color: #9D4990;
}
.AnyTagClassName
{
color: #9D4990;
}
</style>
background-color css
<style>
a { background-color: #9D4990; }
a { background-color: rgb(157,73,144); }
div.DivClassName
{
background-color: #9D4990;
}
.BgClassName
{
background-color: #9D4990;
}
</style>
border-color css
<style>
span { border-color: #9D4990; }
span { border-color: rgb(157,73,144); }
td.TdClassName
{
border-color: #9D4990;
}
.TagClassName
{
border-color: #9D4990;
}
</style>