Shades of Violet Blue #9D4C91
Tints of Violet Blue #9D4C91
RGB
CMYK
RGB Variations
Color information
#9D4C91 (or 0x9D4C91) is known color: Violet Blue. HEX triplet: 9D, 4C and 91. RGB value is (157,76,145). Sum of RGB (Red+Green+Blue) = 157+76+145=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4C91 is #62B36E. Grayscale: #6B6B6B. Windows color (decimal): -6468463 or 9522333. OLE color: 9522333.
HSL color Cylindrical-coordinate representation of color #9D4C91: hue angle of 308.89º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4C91 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 76 | 145 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.38 |
| HSL | 308.89º | 0.35% | 0.46% | - |
| HSV(B) | 308.89º | 0.52% | 0.62% | - |
| XYZ | 21.6 | 14.38 | 28.43 | - |
| YUV | 108.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 145 | 0 | 0.52 | 0.08 | 0.38 | 308.89 | 0.35 | 0.46 |
| Hex | 9D | 4C | 91 | 0 | 34 | 8 | 26 | 135 | 23 | 2E |
| Octal | 235 | 114 | 221 | 0 | 64 | 10 | 46 | 465 | 43 | 56 |
| Binary | 10011101 | 1001100 | 10010001 | 0 | 110100 | 1000 | 100110 | 100110101 | 100011 | 101110 |
Color Harmonies of #9D4C91
Complementary color
Monochromatic Colors of #9D4C91
Black with #9D4C91
Text Example
Text Example
White with #9D4C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4C91; }
p { color: rgb(157,76,145); }
H1.HeaderClassName
{
color: #9D4C91;
}
.AnyTagClassName
{
color: #9D4C91;
}
</style>
background-color css
<style>
a { background-color: #9D4C91; }
a { background-color: rgb(157,76,145); }
div.DivClassName
{
background-color: #9D4C91;
}
.BgClassName
{
background-color: #9D4C91;
}
</style>
border-color css
<style>
span { border-color: #9D4C91; }
span { border-color: rgb(157,76,145); }
td.TdClassName
{
border-color: #9D4C91;
}
.TagClassName
{
border-color: #9D4C91;
}
</style>