Shades of Violet Blue #9C4C8A
Tints of Violet Blue #9C4C8A
RGB
CMYK
RGB Variations
Color information
#9C4C8A (or 0x9C4C8A) is known color: Violet Blue. HEX triplet: 9C, 4C and 8A. RGB value is (156,76,138). Sum of RGB (Red+Green+Blue) = 156+76+138=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4C8A is #63B375. Grayscale: #6A6A6A. Windows color (decimal): -6534006 or 9063580. OLE color: 9063580.
HSL color Cylindrical-coordinate representation of color #9C4C8A: hue angle of 313.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4C8A is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 138 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.39 |
| HSL | 313.5º | 0.34% | 0.45% | - |
| HSV(B) | 313.5º | 0.51% | 0.61% | - |
| XYZ | 20.88 | 14.07 | 25.66 | - |
| YUV | 106.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 138 | 0 | 0.51 | 0.12 | 0.39 | 313.5 | 0.34 | 0.45 |
| Hex | 9C | 4C | 8A | 0 | 33 | C | 27 | 13A | 22 | 2D |
| Octal | 234 | 114 | 212 | 0 | 63 | 14 | 47 | 472 | 42 | 55 |
| Binary | 10011100 | 1001100 | 10001010 | 0 | 110011 | 1100 | 100111 | 100111010 | 100010 | 101101 |
Color Harmonies of #9C4C8A
Complementary color
Monochromatic Colors of #9C4C8A
Black with #9C4C8A
Text Example
Text Example
White with #9C4C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C8A; }
p { color: rgb(156,76,138); }
H1.HeaderClassName
{
color: #9C4C8A;
}
.AnyTagClassName
{
color: #9C4C8A;
}
</style>
background-color css
<style>
a { background-color: #9C4C8A; }
a { background-color: rgb(156,76,138); }
div.DivClassName
{
background-color: #9C4C8A;
}
.BgClassName
{
background-color: #9C4C8A;
}
</style>
border-color css
<style>
span { border-color: #9C4C8A; }
span { border-color: rgb(156,76,138); }
td.TdClassName
{
border-color: #9C4C8A;
}
.TagClassName
{
border-color: #9C4C8A;
}
</style>