Shades of Violet Blue #9A589E
Tints of Violet Blue #9A589E
RGB
CMYK
RGB Variations
Color information
#9A589E (or 0x9A589E) is known color: Violet Blue. HEX triplet: 9A, 58 and 9E. RGB value is (154,88,158). Sum of RGB (Red+Green+Blue) = 154+88+158=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A589E is #65A761. Grayscale: #737373. Windows color (decimal): -6661986 or 10377370. OLE color: 10377370.
HSL color Cylindrical-coordinate representation of color #9A589E: hue angle of 296.57º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A589E is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 88 | 158 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.38 |
| HSL | 296.57º | 0.28% | 0.48% | - |
| HSV(B) | 296.57º | 0.44% | 0.62% | - |
| XYZ | 22.99 | 16.32 | 34.29 | - |
| YUV | 115.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 158 | 0.03 | 0.44 | 0 | 0.38 | 296.57 | 0.28 | 0.48 |
| Hex | 9A | 58 | 9E | 3 | 2C | 0 | 26 | 129 | 1C | 30 |
| Octal | 232 | 130 | 236 | 3 | 54 | 0 | 46 | 451 | 34 | 60 |
| Binary | 10011010 | 1011000 | 10011110 | 11 | 101100 | 0 | 100110 | 100101001 | 11100 | 110000 |
Color Harmonies of #9A589E
Complementary color
Monochromatic Colors of #9A589E
Black with #9A589E
Text Example
Text Example
White with #9A589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A589E; }
p { color: rgb(154,88,158); }
H1.HeaderClassName
{
color: #9A589E;
}
.AnyTagClassName
{
color: #9A589E;
}
</style>
background-color css
<style>
a { background-color: #9A589E; }
a { background-color: rgb(154,88,158); }
div.DivClassName
{
background-color: #9A589E;
}
.BgClassName
{
background-color: #9A589E;
}
</style>
border-color css
<style>
span { border-color: #9A589E; }
span { border-color: rgb(154,88,158); }
td.TdClassName
{
border-color: #9A589E;
}
.TagClassName
{
border-color: #9A589E;
}
</style>