Shades of Violet Blue #9C4C92
Tints of Violet Blue #9C4C92
RGB
CMYK
RGB Variations
Color information
#9C4C92 (or 0x9C4C92) is known color: Violet Blue. HEX triplet: 9C, 4C and 92. RGB value is (156,76,146). Sum of RGB (Red+Green+Blue) = 156+76+146=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4C92 is #63B36D. Grayscale: #6B6B6B. Windows color (decimal): -6533998 or 9587868. OLE color: 9587868.
HSL color Cylindrical-coordinate representation of color #9C4C92: hue angle of 307.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 #9C4C92 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 146 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.39 |
| HSL | 307.5º | 0.34% | 0.45% | - |
| HSV(B) | 307.5º | 0.51% | 0.61% | - |
| XYZ | 21.48 | 14.31 | 28.82 | - |
| YUV | 107.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 146 | 0 | 0.51 | 0.06 | 0.39 | 307.5 | 0.34 | 0.45 |
| Hex | 9C | 4C | 92 | 0 | 33 | 6 | 27 | 134 | 22 | 2D |
| Octal | 234 | 114 | 222 | 0 | 63 | 6 | 47 | 464 | 42 | 55 |
| Binary | 10011100 | 1001100 | 10010010 | 0 | 110011 | 110 | 100111 | 100110100 | 100010 | 101101 |
Color Harmonies of #9C4C92
Complementary color
Monochromatic Colors of #9C4C92
Black with #9C4C92
Text Example
Text Example
White with #9C4C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C92; }
p { color: rgb(156,76,146); }
H1.HeaderClassName
{
color: #9C4C92;
}
.AnyTagClassName
{
color: #9C4C92;
}
</style>
background-color css
<style>
a { background-color: #9C4C92; }
a { background-color: rgb(156,76,146); }
div.DivClassName
{
background-color: #9C4C92;
}
.BgClassName
{
background-color: #9C4C92;
}
</style>
border-color css
<style>
span { border-color: #9C4C92; }
span { border-color: rgb(156,76,146); }
td.TdClassName
{
border-color: #9C4C92;
}
.TagClassName
{
border-color: #9C4C92;
}
</style>