Shades of Violet Blue #9C478A
Tints of Violet Blue #9C478A
RGB
CMYK
RGB Variations
Color information
#9C478A (or 0x9C478A) is known color: Violet Blue. HEX triplet: 9C, 47 and 8A. RGB value is (156,71,138). Sum of RGB (Red+Green+Blue) = 156+71+138=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C478A is #63B875. Grayscale: #676767. Windows color (decimal): -6535286 or 9062300. OLE color: 9062300.
HSL color Cylindrical-coordinate representation of color #9C478A: hue angle of 312.71º 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 #9C478A is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 138 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.39 |
| HSL | 312.71º | 0.37% | 0.45% | - |
| HSV(B) | 312.71º | 0.54% | 0.61% | - |
| XYZ | 20.55 | 13.41 | 25.55 | - |
| YUV | 104.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 138 | 0 | 0.54 | 0.12 | 0.39 | 312.71 | 0.37 | 0.45 |
| Hex | 9C | 47 | 8A | 0 | 36 | C | 27 | 139 | 25 | 2D |
| Octal | 234 | 107 | 212 | 0 | 66 | 14 | 47 | 471 | 45 | 55 |
| Binary | 10011100 | 1000111 | 10001010 | 0 | 110110 | 1100 | 100111 | 100111001 | 100101 | 101101 |
Color Harmonies of #9C478A
Complementary color
Monochromatic Colors of #9C478A
Black with #9C478A
Text Example
Text Example
White with #9C478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C478A; }
p { color: rgb(156,71,138); }
H1.HeaderClassName
{
color: #9C478A;
}
.AnyTagClassName
{
color: #9C478A;
}
</style>
background-color css
<style>
a { background-color: #9C478A; }
a { background-color: rgb(156,71,138); }
div.DivClassName
{
background-color: #9C478A;
}
.BgClassName
{
background-color: #9C478A;
}
</style>
border-color css
<style>
span { border-color: #9C478A; }
span { border-color: rgb(156,71,138); }
td.TdClassName
{
border-color: #9C478A;
}
.TagClassName
{
border-color: #9C478A;
}
</style>