Shades of Violet Blue #9C4E96
Tints of Violet Blue #9C4E96
RGB
CMYK
RGB Variations
Color information
#9C4E96 (or 0x9C4E96) is known color: Violet Blue. HEX triplet: 9C, 4E and 96. RGB value is (156,78,150). Sum of RGB (Red+Green+Blue) = 156+78+150=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4E96 is #63B169. Grayscale: #6D6D6D. Windows color (decimal): -6533482 or 9850524. OLE color: 9850524.
HSL color Cylindrical-coordinate representation of color #9C4E96: hue angle of 304.62º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C4E96 is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 78 | 150 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.39 |
| HSL | 304.62º | 0.33% | 0.46% | - |
| HSV(B) | 304.62º | 0.5% | 0.61% | - |
| XYZ | 21.94 | 14.72 | 30.54 | - |
| YUV | 109.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 150 | 0 | 0.5 | 0.04 | 0.39 | 304.62 | 0.33 | 0.46 |
| Hex | 9C | 4E | 96 | 0 | 32 | 4 | 27 | 131 | 21 | 2E |
| Octal | 234 | 116 | 226 | 0 | 62 | 4 | 47 | 461 | 41 | 56 |
| Binary | 10011100 | 1001110 | 10010110 | 0 | 110010 | 100 | 100111 | 100110001 | 100001 | 101110 |
Color Harmonies of #9C4E96
Complementary color
Monochromatic Colors of #9C4E96
Black with #9C4E96
Text Example
Text Example
White with #9C4E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4E96; }
p { color: rgb(156,78,150); }
H1.HeaderClassName
{
color: #9C4E96;
}
.AnyTagClassName
{
color: #9C4E96;
}
</style>
background-color css
<style>
a { background-color: #9C4E96; }
a { background-color: rgb(156,78,150); }
div.DivClassName
{
background-color: #9C4E96;
}
.BgClassName
{
background-color: #9C4E96;
}
</style>
border-color css
<style>
span { border-color: #9C4E96; }
span { border-color: rgb(156,78,150); }
td.TdClassName
{
border-color: #9C4E96;
}
.TagClassName
{
border-color: #9C4E96;
}
</style>