Shades of Violet Blue #9A4C89
Tints of Violet Blue #9A4C89
RGB
CMYK
RGB Variations
Color information
#9A4C89 (or 0x9A4C89) is known color: Violet Blue. HEX triplet: 9A, 4C and 89. RGB value is (154,76,137). Sum of RGB (Red+Green+Blue) = 154+76+137=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4C89 is #65B376. Grayscale: #6A6A6A. Windows color (decimal): -6665079 or 8998042. OLE color: 8998042.
HSL color Cylindrical-coordinate representation of color #9A4C89: hue angle of 313.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4C89 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 137 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.40 |
| HSL | 313.08º | 0.34% | 0.45% | - |
| HSV(B) | 313.08º | 0.51% | 0.6% | - |
| XYZ | 20.43 | 13.85 | 25.26 | - |
| YUV | 106.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 137 | 0 | 0.51 | 0.11 | 0.40 | 313.08 | 0.34 | 0.45 |
| Hex | 9A | 4C | 89 | 0 | 33 | B | 28 | 139 | 22 | 2D |
| Octal | 232 | 114 | 211 | 0 | 63 | 13 | 50 | 471 | 42 | 55 |
| Binary | 10011010 | 1001100 | 10001001 | 0 | 110011 | 1011 | 101000 | 100111001 | 100010 | 101101 |
Color Harmonies of #9A4C89
Complementary color
Monochromatic Colors of #9A4C89
Black with #9A4C89
Text Example
Text Example
White with #9A4C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C89; }
p { color: rgb(154,76,137); }
H1.HeaderClassName
{
color: #9A4C89;
}
.AnyTagClassName
{
color: #9A4C89;
}
</style>
background-color css
<style>
a { background-color: #9A4C89; }
a { background-color: rgb(154,76,137); }
div.DivClassName
{
background-color: #9A4C89;
}
.BgClassName
{
background-color: #9A4C89;
}
</style>
border-color css
<style>
span { border-color: #9A4C89; }
span { border-color: rgb(154,76,137); }
td.TdClassName
{
border-color: #9A4C89;
}
.TagClassName
{
border-color: #9A4C89;
}
</style>