Shades of Violet Blue #9D5190
Tints of Violet Blue #9D5190
RGB
CMYK
RGB Variations
Color information
#9D5190 (or 0x9D5190) is known color: Violet Blue. HEX triplet: 9D, 51 and 90. RGB value is (157,81,144). Sum of RGB (Red+Green+Blue) = 157+81+144=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5190 is #62AE6F. Grayscale: #6E6E6E. Windows color (decimal): -6467184 or 9458077. OLE color: 9458077.
HSL color Cylindrical-coordinate representation of color #9D5190: hue angle of 310.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5190 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 144 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.38 |
| HSL | 310.26º | 0.32% | 0.47% | - |
| HSV(B) | 310.26º | 0.48% | 0.62% | - |
| XYZ | 21.88 | 15.07 | 28.14 | - |
| YUV | 110.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 144 | 0 | 0.48 | 0.08 | 0.38 | 310.26 | 0.32 | 0.47 |
| Hex | 9D | 51 | 90 | 0 | 30 | 8 | 26 | 136 | 20 | 2F |
| Octal | 235 | 121 | 220 | 0 | 60 | 10 | 46 | 466 | 40 | 57 |
| Binary | 10011101 | 1010001 | 10010000 | 0 | 110000 | 1000 | 100110 | 100110110 | 100000 | 101111 |
Color Harmonies of #9D5190
Complementary color
Monochromatic Colors of #9D5190
Black with #9D5190
Text Example
Text Example
White with #9D5190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5190; }
p { color: rgb(157,81,144); }
H1.HeaderClassName
{
color: #9D5190;
}
.AnyTagClassName
{
color: #9D5190;
}
</style>
background-color css
<style>
a { background-color: #9D5190; }
a { background-color: rgb(157,81,144); }
div.DivClassName
{
background-color: #9D5190;
}
.BgClassName
{
background-color: #9D5190;
}
</style>
border-color css
<style>
span { border-color: #9D5190; }
span { border-color: rgb(157,81,144); }
td.TdClassName
{
border-color: #9D5190;
}
.TagClassName
{
border-color: #9D5190;
}
</style>