Shades of Violet Blue #9C478D
Tints of Violet Blue #9C478D
RGB
CMYK
RGB Variations
Color information
#9C478D (or 0x9C478D) is known color: Violet Blue. HEX triplet: 9C, 47 and 8D. RGB value is (156,71,141). Sum of RGB (Red+Green+Blue) = 156+71+141=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C478D is #63B872. Grayscale: #686868. Windows color (decimal): -6535283 or 9258908. OLE color: 9258908.
HSL color Cylindrical-coordinate representation of color #9C478D: hue angle of 310.59º 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 #9C478D is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 141 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.39 |
| HSL | 310.59º | 0.37% | 0.45% | - |
| HSV(B) | 310.59º | 0.54% | 0.61% | - |
| XYZ | 20.77 | 13.5 | 26.71 | - |
| YUV | 104.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 141 | 0 | 0.54 | 0.10 | 0.39 | 310.59 | 0.37 | 0.45 |
| Hex | 9C | 47 | 8D | 0 | 36 | A | 27 | 137 | 25 | 2D |
| Octal | 234 | 107 | 215 | 0 | 66 | 12 | 47 | 467 | 45 | 55 |
| Binary | 10011100 | 1000111 | 10001101 | 0 | 110110 | 1010 | 100111 | 100110111 | 100101 | 101101 |
Color Harmonies of #9C478D
Complementary color
Monochromatic Colors of #9C478D
Black with #9C478D
Text Example
Text Example
White with #9C478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C478D; }
p { color: rgb(156,71,141); }
H1.HeaderClassName
{
color: #9C478D;
}
.AnyTagClassName
{
color: #9C478D;
}
</style>
background-color css
<style>
a { background-color: #9C478D; }
a { background-color: rgb(156,71,141); }
div.DivClassName
{
background-color: #9C478D;
}
.BgClassName
{
background-color: #9C478D;
}
</style>
border-color css
<style>
span { border-color: #9C478D; }
span { border-color: rgb(156,71,141); }
td.TdClassName
{
border-color: #9C478D;
}
.TagClassName
{
border-color: #9C478D;
}
</style>