Shades of Violet Blue #9C4F96
Tints of Violet Blue #9C4F96
RGB
CMYK
RGB Variations
Color information
#9C4F96 (or 0x9C4F96) is known color: Violet Blue. HEX triplet: 9C, 4F and 96. RGB value is (156,79,150). Sum of RGB (Red+Green+Blue) = 156+79+150=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4F96 is #63B069. Grayscale: #6D6D6D. Windows color (decimal): -6533226 or 9850780. OLE color: 9850780.
HSL color Cylindrical-coordinate representation of color #9C4F96: hue angle of 304.68º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C4F96 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 79 | 150 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.39 |
| HSL | 304.68º | 0.33% | 0.46% | - |
| HSV(B) | 304.68º | 0.49% | 0.61% | - |
| XYZ | 22.01 | 14.86 | 30.56 | - |
| YUV | 110.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 150 | 0 | 0.49 | 0.04 | 0.39 | 304.68 | 0.33 | 0.46 |
| Hex | 9C | 4F | 96 | 0 | 31 | 4 | 27 | 131 | 21 | 2E |
| Octal | 234 | 117 | 226 | 0 | 61 | 4 | 47 | 461 | 41 | 56 |
| Binary | 10011100 | 1001111 | 10010110 | 0 | 110001 | 100 | 100111 | 100110001 | 100001 | 101110 |
Color Harmonies of #9C4F96
Complementary color
Monochromatic Colors of #9C4F96
Black with #9C4F96
Text Example
Text Example
White with #9C4F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4F96; }
p { color: rgb(156,79,150); }
H1.HeaderClassName
{
color: #9C4F96;
}
.AnyTagClassName
{
color: #9C4F96;
}
</style>
background-color css
<style>
a { background-color: #9C4F96; }
a { background-color: rgb(156,79,150); }
div.DivClassName
{
background-color: #9C4F96;
}
.BgClassName
{
background-color: #9C4F96;
}
</style>
border-color css
<style>
span { border-color: #9C4F96; }
span { border-color: rgb(156,79,150); }
td.TdClassName
{
border-color: #9C4F96;
}
.TagClassName
{
border-color: #9C4F96;
}
</style>