Shades of Violet Blue #9C4C8B
Tints of Violet Blue #9C4C8B
RGB
CMYK
RGB Variations
Color information
#9C4C8B (or 0x9C4C8B) is known color: Violet Blue. HEX triplet: 9C, 4C and 8B. RGB value is (156,76,139). Sum of RGB (Red+Green+Blue) = 156+76+139=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4C8B is #63B374. Grayscale: #6A6A6A. Windows color (decimal): -6534005 or 9129116. OLE color: 9129116.
HSL color Cylindrical-coordinate representation of color #9C4C8B: hue angle of 312.75º 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 #9C4C8B is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 139 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.39 |
| HSL | 312.75º | 0.34% | 0.45% | - |
| HSV(B) | 312.75º | 0.51% | 0.61% | - |
| XYZ | 20.95 | 14.1 | 26.04 | - |
| YUV | 107.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 139 | 0 | 0.51 | 0.11 | 0.39 | 312.75 | 0.34 | 0.45 |
| Hex | 9C | 4C | 8B | 0 | 33 | B | 27 | 139 | 22 | 2D |
| Octal | 234 | 114 | 213 | 0 | 63 | 13 | 47 | 471 | 42 | 55 |
| Binary | 10011100 | 1001100 | 10001011 | 0 | 110011 | 1011 | 100111 | 100111001 | 100010 | 101101 |
Color Harmonies of #9C4C8B
Complementary color
Monochromatic Colors of #9C4C8B
Black with #9C4C8B
Text Example
Text Example
White with #9C4C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C8B; }
p { color: rgb(156,76,139); }
H1.HeaderClassName
{
color: #9C4C8B;
}
.AnyTagClassName
{
color: #9C4C8B;
}
</style>
background-color css
<style>
a { background-color: #9C4C8B; }
a { background-color: rgb(156,76,139); }
div.DivClassName
{
background-color: #9C4C8B;
}
.BgClassName
{
background-color: #9C4C8B;
}
</style>
border-color css
<style>
span { border-color: #9C4C8B; }
span { border-color: rgb(156,76,139); }
td.TdClassName
{
border-color: #9C4C8B;
}
.TagClassName
{
border-color: #9C4C8B;
}
</style>