Shades of Violet Blue #9D4789
Tints of Violet Blue #9D4789
RGB
CMYK
RGB Variations
Color information
#9D4789 (or 0x9D4789) is known color: Violet Blue. HEX triplet: 9D, 47 and 89. RGB value is (157,71,137). Sum of RGB (Red+Green+Blue) = 157+71+137=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4789 is #62B876. Grayscale: #686868. Windows color (decimal): -6469751 or 8996765. OLE color: 8996765.
HSL color Cylindrical-coordinate representation of color #9D4789: hue angle of 313.95º 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 #9D4789 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 71 | 137 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.38 |
| HSL | 313.95º | 0.38% | 0.45% | - |
| HSV(B) | 313.95º | 0.55% | 0.62% | - |
| XYZ | 20.67 | 13.48 | 25.18 | - |
| YUV | 104.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 137 | 0 | 0.55 | 0.13 | 0.38 | 313.95 | 0.38 | 0.45 |
| Hex | 9D | 47 | 89 | 0 | 37 | D | 26 | 13A | 26 | 2D |
| Octal | 235 | 107 | 211 | 0 | 67 | 15 | 46 | 472 | 46 | 55 |
| Binary | 10011101 | 1000111 | 10001001 | 0 | 110111 | 1101 | 100110 | 100111010 | 100110 | 101101 |
Color Harmonies of #9D4789
Complementary color
Monochromatic Colors of #9D4789
Black with #9D4789
Text Example
Text Example
White with #9D4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4789; }
p { color: rgb(157,71,137); }
H1.HeaderClassName
{
color: #9D4789;
}
.AnyTagClassName
{
color: #9D4789;
}
</style>
background-color css
<style>
a { background-color: #9D4789; }
a { background-color: rgb(157,71,137); }
div.DivClassName
{
background-color: #9D4789;
}
.BgClassName
{
background-color: #9D4789;
}
</style>
border-color css
<style>
span { border-color: #9D4789; }
span { border-color: rgb(157,71,137); }
td.TdClassName
{
border-color: #9D4789;
}
.TagClassName
{
border-color: #9D4789;
}
</style>