Shades of Violet Blue #9C5E90
Tints of Violet Blue #9C5E90
RGB
CMYK
RGB Variations
Color information
#9C5E90 (or 0x9C5E90) is known color: Violet Blue. HEX triplet: 9C, 5E and 90. RGB value is (156,94,144). Sum of RGB (Red+Green+Blue) = 156+94+144=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5E90 is #63A16F. Grayscale: #767676. Windows color (decimal): -6529392 or 9461404. OLE color: 9461404.
HSL color Cylindrical-coordinate representation of color #9C5E90: hue angle of 311.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E90 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 144 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.39 |
| HSL | 311.61º | 0.25% | 0.49% | - |
| HSV(B) | 311.61º | 0.4% | 0.61% | - |
| XYZ | 22.75 | 17.09 | 28.48 | - |
| YUV | 118.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 144 | 0 | 0.40 | 0.08 | 0.39 | 311.61 | 0.25 | 0.49 |
| Hex | 9C | 5E | 90 | 0 | 28 | 8 | 27 | 138 | 19 | 31 |
| Octal | 234 | 136 | 220 | 0 | 50 | 10 | 47 | 470 | 31 | 61 |
| Binary | 10011100 | 1011110 | 10010000 | 0 | 101000 | 1000 | 100111 | 100111000 | 11001 | 110001 |
Color Harmonies of #9C5E90
Complementary color
Monochromatic Colors of #9C5E90
Black with #9C5E90
Text Example
Text Example
White with #9C5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E90; }
p { color: rgb(156,94,144); }
H1.HeaderClassName
{
color: #9C5E90;
}
.AnyTagClassName
{
color: #9C5E90;
}
</style>
background-color css
<style>
a { background-color: #9C5E90; }
a { background-color: rgb(156,94,144); }
div.DivClassName
{
background-color: #9C5E90;
}
.BgClassName
{
background-color: #9C5E90;
}
</style>
border-color css
<style>
span { border-color: #9C5E90; }
span { border-color: rgb(156,94,144); }
td.TdClassName
{
border-color: #9C5E90;
}
.TagClassName
{
border-color: #9C5E90;
}
</style>