Shades of Violet Blue #9C5E91
Tints of Violet Blue #9C5E91
RGB
CMYK
RGB Variations
Color information
#9C5E91 (or 0x9C5E91) is known color: Violet Blue. HEX triplet: 9C, 5E and 91. RGB value is (156,94,145). Sum of RGB (Red+Green+Blue) = 156+94+145=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5E91 is #63A16E. Grayscale: #767676. Windows color (decimal): -6529391 or 9526940. OLE color: 9526940.
HSL color Cylindrical-coordinate representation of color #9C5E91: hue angle of 310.65º 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 #9C5E91 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 145 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.39 |
| HSL | 310.65º | 0.25% | 0.49% | - |
| HSV(B) | 310.65º | 0.4% | 0.61% | - |
| XYZ | 22.82 | 17.12 | 28.89 | - |
| YUV | 118.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 145 | 0 | 0.40 | 0.07 | 0.39 | 310.65 | 0.25 | 0.49 |
| Hex | 9C | 5E | 91 | 0 | 28 | 7 | 27 | 137 | 19 | 31 |
| Octal | 234 | 136 | 221 | 0 | 50 | 7 | 47 | 467 | 31 | 61 |
| Binary | 10011100 | 1011110 | 10010001 | 0 | 101000 | 111 | 100111 | 100110111 | 11001 | 110001 |
Color Harmonies of #9C5E91
Complementary color
Monochromatic Colors of #9C5E91
Black with #9C5E91
Text Example
Text Example
White with #9C5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E91; }
p { color: rgb(156,94,145); }
H1.HeaderClassName
{
color: #9C5E91;
}
.AnyTagClassName
{
color: #9C5E91;
}
</style>
background-color css
<style>
a { background-color: #9C5E91; }
a { background-color: rgb(156,94,145); }
div.DivClassName
{
background-color: #9C5E91;
}
.BgClassName
{
background-color: #9C5E91;
}
</style>
border-color css
<style>
span { border-color: #9C5E91; }
span { border-color: rgb(156,94,145); }
td.TdClassName
{
border-color: #9C5E91;
}
.TagClassName
{
border-color: #9C5E91;
}
</style>