Shades of Violet Blue #9C478E
Tints of Violet Blue #9C478E
RGB
CMYK
RGB Variations
Color information
#9C478E (or 0x9C478E) is known color: Violet Blue. HEX triplet: 9C, 47 and 8E. RGB value is (156,71,142). Sum of RGB (Red+Green+Blue) = 156+71+142=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C478E is #63B871. Grayscale: #686868. Windows color (decimal): -6535282 or 9324444. OLE color: 9324444.
HSL color Cylindrical-coordinate representation of color #9C478E: hue angle of 309.88º 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 #9C478E is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 142 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.39 |
| HSL | 309.88º | 0.37% | 0.45% | - |
| HSV(B) | 309.88º | 0.54% | 0.61% | - |
| XYZ | 20.85 | 13.53 | 27.1 | - |
| YUV | 104.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 142 | 0 | 0.54 | 0.09 | 0.39 | 309.88 | 0.37 | 0.45 |
| Hex | 9C | 47 | 8E | 0 | 36 | 9 | 27 | 136 | 25 | 2D |
| Octal | 234 | 107 | 216 | 0 | 66 | 11 | 47 | 466 | 45 | 55 |
| Binary | 10011100 | 1000111 | 10001110 | 0 | 110110 | 1001 | 100111 | 100110110 | 100101 | 101101 |
Color Harmonies of #9C478E
Complementary color
Monochromatic Colors of #9C478E
Black with #9C478E
Text Example
Text Example
White with #9C478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C478E; }
p { color: rgb(156,71,142); }
H1.HeaderClassName
{
color: #9C478E;
}
.AnyTagClassName
{
color: #9C478E;
}
</style>
background-color css
<style>
a { background-color: #9C478E; }
a { background-color: rgb(156,71,142); }
div.DivClassName
{
background-color: #9C478E;
}
.BgClassName
{
background-color: #9C478E;
}
</style>
border-color css
<style>
span { border-color: #9C478E; }
span { border-color: rgb(156,71,142); }
td.TdClassName
{
border-color: #9C478E;
}
.TagClassName
{
border-color: #9C478E;
}
</style>