Shades of Violet Blue #9D4790
Tints of Violet Blue #9D4790
RGB
CMYK
RGB Variations
Color information
#9D4790 (or 0x9D4790) is known color: Violet Blue. HEX triplet: 9D, 47 and 90. RGB value is (157,71,144). Sum of RGB (Red+Green+Blue) = 157+71+144=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4790 is #62B86F. Grayscale: #686868. Windows color (decimal): -6469744 or 9455517. OLE color: 9455517.
HSL color Cylindrical-coordinate representation of color #9D4790: hue angle of 309.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D4790 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 71 | 144 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.38 |
| HSL | 309.07º | 0.38% | 0.45% | - |
| HSV(B) | 309.07º | 0.55% | 0.62% | - |
| XYZ | 21.19 | 13.69 | 27.91 | - |
| YUV | 105.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 144 | 0 | 0.55 | 0.08 | 0.38 | 309.07 | 0.38 | 0.45 |
| Hex | 9D | 47 | 90 | 0 | 37 | 8 | 26 | 135 | 26 | 2D |
| Octal | 235 | 107 | 220 | 0 | 67 | 10 | 46 | 465 | 46 | 55 |
| Binary | 10011101 | 1000111 | 10010000 | 0 | 110111 | 1000 | 100110 | 100110101 | 100110 | 101101 |
Color Harmonies of #9D4790
Complementary color
Monochromatic Colors of #9D4790
Black with #9D4790
Text Example
Text Example
White with #9D4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4790; }
p { color: rgb(157,71,144); }
H1.HeaderClassName
{
color: #9D4790;
}
.AnyTagClassName
{
color: #9D4790;
}
</style>
background-color css
<style>
a { background-color: #9D4790; }
a { background-color: rgb(157,71,144); }
div.DivClassName
{
background-color: #9D4790;
}
.BgClassName
{
background-color: #9D4790;
}
</style>
border-color css
<style>
span { border-color: #9D4790; }
span { border-color: rgb(157,71,144); }
td.TdClassName
{
border-color: #9D4790;
}
.TagClassName
{
border-color: #9D4790;
}
</style>