Shades of Violet Blue #9C589E
Tints of Violet Blue #9C589E
RGB
CMYK
RGB Variations
Color information
#9C589E (or 0x9C589E) is known color: Violet Blue. HEX triplet: 9C, 58 and 9E. RGB value is (156,88,158). Sum of RGB (Red+Green+Blue) = 156+88+158=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C589E is #63A761. Grayscale: #747474. Windows color (decimal): -6530914 or 10377372. OLE color: 10377372.
HSL color Cylindrical-coordinate representation of color #9C589E: hue angle of 298.29º 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 #9C589E is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 88 | 158 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.38 |
| HSL | 298.29º | 0.28% | 0.48% | - |
| HSV(B) | 298.29º | 0.44% | 0.62% | - |
| XYZ | 23.37 | 16.52 | 34.3 | - |
| YUV | 116.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 88 | 158 | 0.01 | 0.44 | 0 | 0.38 | 298.29 | 0.28 | 0.48 |
| Hex | 9C | 58 | 9E | 1 | 2C | 0 | 26 | 12A | 1C | 30 |
| Octal | 234 | 130 | 236 | 1 | 54 | 0 | 46 | 452 | 34 | 60 |
| Binary | 10011100 | 1011000 | 10011110 | 1 | 101100 | 0 | 100110 | 100101010 | 11100 | 110000 |
Color Harmonies of #9C589E
Complementary color
Monochromatic Colors of #9C589E
Black with #9C589E
Text Example
Text Example
White with #9C589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C589E; }
p { color: rgb(156,88,158); }
H1.HeaderClassName
{
color: #9C589E;
}
.AnyTagClassName
{
color: #9C589E;
}
</style>
background-color css
<style>
a { background-color: #9C589E; }
a { background-color: rgb(156,88,158); }
div.DivClassName
{
background-color: #9C589E;
}
.BgClassName
{
background-color: #9C589E;
}
</style>
border-color css
<style>
span { border-color: #9C589E; }
span { border-color: rgb(156,88,158); }
td.TdClassName
{
border-color: #9C589E;
}
.TagClassName
{
border-color: #9C589E;
}
</style>