Shades of Violet Blue #9A588C
Tints of Violet Blue #9A588C
RGB
CMYK
RGB Variations
Color information
#9A588C (or 0x9A588C) is known color: Violet Blue. HEX triplet: 9A, 58 and 8C. RGB value is (154,88,140). Sum of RGB (Red+Green+Blue) = 154+88+140=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A588C is #65A773. Grayscale: #717171. Windows color (decimal): -6662004 or 9197722. OLE color: 9197722.
HSL color Cylindrical-coordinate representation of color #9A588C: hue angle of 312.73º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A588C is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 140 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.40 |
| HSL | 312.73º | 0.27% | 0.47% | - |
| HSV(B) | 312.73º | 0.43% | 0.6% | - |
| XYZ | 21.55 | 15.74 | 26.71 | - |
| YUV | 113.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 140 | 0 | 0.43 | 0.09 | 0.40 | 312.73 | 0.27 | 0.47 |
| Hex | 9A | 58 | 8C | 0 | 2B | 9 | 28 | 139 | 1B | 2F |
| Octal | 232 | 130 | 214 | 0 | 53 | 11 | 50 | 471 | 33 | 57 |
| Binary | 10011010 | 1011000 | 10001100 | 0 | 101011 | 1001 | 101000 | 100111001 | 11011 | 101111 |
Color Harmonies of #9A588C
Complementary color
Monochromatic Colors of #9A588C
Black with #9A588C
Text Example
Text Example
White with #9A588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A588C; }
p { color: rgb(154,88,140); }
H1.HeaderClassName
{
color: #9A588C;
}
.AnyTagClassName
{
color: #9A588C;
}
</style>
background-color css
<style>
a { background-color: #9A588C; }
a { background-color: rgb(154,88,140); }
div.DivClassName
{
background-color: #9A588C;
}
.BgClassName
{
background-color: #9A588C;
}
</style>
border-color css
<style>
span { border-color: #9A588C; }
span { border-color: rgb(154,88,140); }
td.TdClassName
{
border-color: #9A588C;
}
.TagClassName
{
border-color: #9A588C;
}
</style>