Shades of Violet Blue #9C479A
Tints of Violet Blue #9C479A
RGB
CMYK
RGB Variations
Color information
#9C479A (or 0x9C479A) is known color: Violet Blue. HEX triplet: 9C, 47 and 9A. RGB value is (156,71,154). Sum of RGB (Red+Green+Blue) = 156+71+154=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C479A is #63B865. Grayscale: #696969. Windows color (decimal): -6535270 or 10110876. OLE color: 10110876.
HSL color Cylindrical-coordinate representation of color #9C479A: hue angle of 301.41º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C479A is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 154 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.39 |
| HSL | 301.41º | 0.37% | 0.45% | - |
| HSV(B) | 301.41º | 0.54% | 0.61% | - |
| XYZ | 21.8 | 13.91 | 32.11 | - |
| YUV | 105.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 154 | 0 | 0.54 | 0.01 | 0.39 | 301.41 | 0.37 | 0.45 |
| Hex | 9C | 47 | 9A | 0 | 36 | 1 | 27 | 12D | 25 | 2D |
| Octal | 234 | 107 | 232 | 0 | 66 | 1 | 47 | 455 | 45 | 55 |
| Binary | 10011100 | 1000111 | 10011010 | 0 | 110110 | 1 | 100111 | 100101101 | 100101 | 101101 |
Color Harmonies of #9C479A
Complementary color
Monochromatic Colors of #9C479A
Black with #9C479A
Text Example
Text Example
White with #9C479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C479A; }
p { color: rgb(156,71,154); }
H1.HeaderClassName
{
color: #9C479A;
}
.AnyTagClassName
{
color: #9C479A;
}
</style>
background-color css
<style>
a { background-color: #9C479A; }
a { background-color: rgb(156,71,154); }
div.DivClassName
{
background-color: #9C479A;
}
.BgClassName
{
background-color: #9C479A;
}
</style>
border-color css
<style>
span { border-color: #9C479A; }
span { border-color: rgb(156,71,154); }
td.TdClassName
{
border-color: #9C479A;
}
.TagClassName
{
border-color: #9C479A;
}
</style>