Shades of Violet Blue #9C5E93
Tints of Violet Blue #9C5E93
RGB
CMYK
RGB Variations
Color information
#9C5E93 (or 0x9C5E93) is known color: Violet Blue. HEX triplet: 9C, 5E and 93. RGB value is (156,94,147). Sum of RGB (Red+Green+Blue) = 156+94+147=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5E93 is #63A16C. Grayscale: #767676. Windows color (decimal): -6529389 or 9658012. OLE color: 9658012.
HSL color Cylindrical-coordinate representation of color #9C5E93: hue angle of 308.71º 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 #9C5E93 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 147 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.39 |
| HSL | 308.71º | 0.25% | 0.49% | - |
| HSV(B) | 308.71º | 0.4% | 0.61% | - |
| XYZ | 22.98 | 17.18 | 29.71 | - |
| YUV | 118.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 147 | 0 | 0.40 | 0.06 | 0.39 | 308.71 | 0.25 | 0.49 |
| Hex | 9C | 5E | 93 | 0 | 28 | 6 | 27 | 135 | 19 | 31 |
| Octal | 234 | 136 | 223 | 0 | 50 | 6 | 47 | 465 | 31 | 61 |
| Binary | 10011100 | 1011110 | 10010011 | 0 | 101000 | 110 | 100111 | 100110101 | 11001 | 110001 |
Color Harmonies of #9C5E93
Complementary color
Monochromatic Colors of #9C5E93
Black with #9C5E93
Text Example
Text Example
White with #9C5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E93; }
p { color: rgb(156,94,147); }
H1.HeaderClassName
{
color: #9C5E93;
}
.AnyTagClassName
{
color: #9C5E93;
}
</style>
background-color css
<style>
a { background-color: #9C5E93; }
a { background-color: rgb(156,94,147); }
div.DivClassName
{
background-color: #9C5E93;
}
.BgClassName
{
background-color: #9C5E93;
}
</style>
border-color css
<style>
span { border-color: #9C5E93; }
span { border-color: rgb(156,94,147); }
td.TdClassName
{
border-color: #9C5E93;
}
.TagClassName
{
border-color: #9C5E93;
}
</style>