Shades of Violet Blue #9C4A8B
Tints of Violet Blue #9C4A8B
RGB
CMYK
RGB Variations
Color information
#9C4A8B (or 0x9C4A8B) is known color: Violet Blue. HEX triplet: 9C, 4A and 8B. RGB value is (156,74,139). Sum of RGB (Red+Green+Blue) = 156+74+139=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4A8B is #63B574. Grayscale: #696969. Windows color (decimal): -6534517 or 9128604. OLE color: 9128604.
HSL color Cylindrical-coordinate representation of color #9C4A8B: hue angle of 312.44º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4A8B is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 139 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.39 |
| HSL | 312.44º | 0.36% | 0.45% | - |
| HSV(B) | 312.44º | 0.53% | 0.61% | - |
| XYZ | 20.82 | 13.83 | 26 | - |
| YUV | 105.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 139 | 0 | 0.53 | 0.11 | 0.39 | 312.44 | 0.36 | 0.45 |
| Hex | 9C | 4A | 8B | 0 | 35 | B | 27 | 138 | 24 | 2D |
| Octal | 234 | 112 | 213 | 0 | 65 | 13 | 47 | 470 | 44 | 55 |
| Binary | 10011100 | 1001010 | 10001011 | 0 | 110101 | 1011 | 100111 | 100111000 | 100100 | 101101 |
Color Harmonies of #9C4A8B
Complementary color
Monochromatic Colors of #9C4A8B
Black with #9C4A8B
Text Example
Text Example
White with #9C4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A8B; }
p { color: rgb(156,74,139); }
H1.HeaderClassName
{
color: #9C4A8B;
}
.AnyTagClassName
{
color: #9C4A8B;
}
</style>
background-color css
<style>
a { background-color: #9C4A8B; }
a { background-color: rgb(156,74,139); }
div.DivClassName
{
background-color: #9C4A8B;
}
.BgClassName
{
background-color: #9C4A8B;
}
</style>
border-color css
<style>
span { border-color: #9C4A8B; }
span { border-color: rgb(156,74,139); }
td.TdClassName
{
border-color: #9C4A8B;
}
.TagClassName
{
border-color: #9C4A8B;
}
</style>