Shades of Violet Blue #9C4A93
Tints of Violet Blue #9C4A93
RGB
CMYK
RGB Variations
Color information
#9C4A93 (or 0x9C4A93) is known color: Violet Blue. HEX triplet: 9C, 4A and 93. RGB value is (156,74,147). Sum of RGB (Red+Green+Blue) = 156+74+147=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4A93 is #63B56C. Grayscale: #6A6A6A. Windows color (decimal): -6534509 or 9652892. OLE color: 9652892.
HSL color Cylindrical-coordinate representation of color #9C4A93: hue angle of 306.59º 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 #9C4A93 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 74 | 147 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.39 |
| HSL | 306.59º | 0.36% | 0.45% | - |
| HSV(B) | 306.59º | 0.53% | 0.61% | - |
| XYZ | 21.43 | 14.07 | 29.19 | - |
| YUV | 106.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 147 | 0 | 0.53 | 0.06 | 0.39 | 306.59 | 0.36 | 0.45 |
| Hex | 9C | 4A | 93 | 0 | 35 | 6 | 27 | 133 | 24 | 2D |
| Octal | 234 | 112 | 223 | 0 | 65 | 6 | 47 | 463 | 44 | 55 |
| Binary | 10011100 | 1001010 | 10010011 | 0 | 110101 | 110 | 100111 | 100110011 | 100100 | 101101 |
Color Harmonies of #9C4A93
Complementary color
Monochromatic Colors of #9C4A93
Black with #9C4A93
Text Example
Text Example
White with #9C4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4A93; }
p { color: rgb(156,74,147); }
H1.HeaderClassName
{
color: #9C4A93;
}
.AnyTagClassName
{
color: #9C4A93;
}
</style>
background-color css
<style>
a { background-color: #9C4A93; }
a { background-color: rgb(156,74,147); }
div.DivClassName
{
background-color: #9C4A93;
}
.BgClassName
{
background-color: #9C4A93;
}
</style>
border-color css
<style>
span { border-color: #9C4A93; }
span { border-color: rgb(156,74,147); }
td.TdClassName
{
border-color: #9C4A93;
}
.TagClassName
{
border-color: #9C4A93;
}
</style>