Shades of Violet Blue #9D4E91
Tints of Violet Blue #9D4E91
RGB
CMYK
RGB Variations
Color information
#9D4E91 (or 0x9D4E91) is known color: Violet Blue. HEX triplet: 9D, 4E and 91. RGB value is (157,78,145). Sum of RGB (Red+Green+Blue) = 157+78+145=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4E91 is #62B16E. Grayscale: #6D6D6D. Windows color (decimal): -6467951 or 9522845. OLE color: 9522845.
HSL color Cylindrical-coordinate representation of color #9D4E91: hue angle of 309.11º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E91 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 145 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.38 |
| HSL | 309.11º | 0.34% | 0.46% | - |
| HSV(B) | 309.11º | 0.5% | 0.62% | - |
| XYZ | 21.74 | 14.66 | 28.47 | - |
| YUV | 109.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 145 | 0 | 0.50 | 0.08 | 0.38 | 309.11 | 0.34 | 0.46 |
| Hex | 9D | 4E | 91 | 0 | 32 | 8 | 26 | 135 | 22 | 2E |
| Octal | 235 | 116 | 221 | 0 | 62 | 10 | 46 | 465 | 42 | 56 |
| Binary | 10011101 | 1001110 | 10010001 | 0 | 110010 | 1000 | 100110 | 100110101 | 100010 | 101110 |
Color Harmonies of #9D4E91
Complementary color
Monochromatic Colors of #9D4E91
Black with #9D4E91
Text Example
Text Example
White with #9D4E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E91; }
p { color: rgb(157,78,145); }
H1.HeaderClassName
{
color: #9D4E91;
}
.AnyTagClassName
{
color: #9D4E91;
}
</style>
background-color css
<style>
a { background-color: #9D4E91; }
a { background-color: rgb(157,78,145); }
div.DivClassName
{
background-color: #9D4E91;
}
.BgClassName
{
background-color: #9D4E91;
}
</style>
border-color css
<style>
span { border-color: #9D4E91; }
span { border-color: rgb(157,78,145); }
td.TdClassName
{
border-color: #9D4E91;
}
.TagClassName
{
border-color: #9D4E91;
}
</style>