Shades of Violet Blue #9C4C8E
Tints of Violet Blue #9C4C8E
RGB
CMYK
RGB Variations
Color information
#9C4C8E (or 0x9C4C8E) is known color: Violet Blue. HEX triplet: 9C, 4C and 8E. RGB value is (156,76,142). Sum of RGB (Red+Green+Blue) = 156+76+142=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4C8E is #63B371. Grayscale: #6B6B6B. Windows color (decimal): -6534002 or 9325724. OLE color: 9325724.
HSL color Cylindrical-coordinate representation of color #9C4C8E: hue angle of 310.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 #9C4C8E is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 142 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.39 |
| HSL | 310.5º | 0.34% | 0.45% | - |
| HSV(B) | 310.5º | 0.51% | 0.61% | - |
| XYZ | 21.18 | 14.19 | 27.21 | - |
| YUV | 107.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 142 | 0 | 0.51 | 0.09 | 0.39 | 310.5 | 0.34 | 0.45 |
| Hex | 9C | 4C | 8E | 0 | 33 | 9 | 27 | 136 | 22 | 2D |
| Octal | 234 | 114 | 216 | 0 | 63 | 11 | 47 | 466 | 42 | 55 |
| Binary | 10011100 | 1001100 | 10001110 | 0 | 110011 | 1001 | 100111 | 100110110 | 100010 | 101101 |
Color Harmonies of #9C4C8E
Complementary color
Monochromatic Colors of #9C4C8E
Black with #9C4C8E
Text Example
Text Example
White with #9C4C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C8E; }
p { color: rgb(156,76,142); }
H1.HeaderClassName
{
color: #9C4C8E;
}
.AnyTagClassName
{
color: #9C4C8E;
}
</style>
background-color css
<style>
a { background-color: #9C4C8E; }
a { background-color: rgb(156,76,142); }
div.DivClassName
{
background-color: #9C4C8E;
}
.BgClassName
{
background-color: #9C4C8E;
}
</style>
border-color css
<style>
span { border-color: #9C4C8E; }
span { border-color: rgb(156,76,142); }
td.TdClassName
{
border-color: #9C4C8E;
}
.TagClassName
{
border-color: #9C4C8E;
}
</style>