Shades of Violet Blue #9D589D
Tints of Violet Blue #9D589D
RGB
CMYK
RGB Variations
Color information
#9D589D (or 0x9D589D) is known color: Violet Blue. HEX triplet: 9D, 58 and 9D. RGB value is (157,88,157). Sum of RGB (Red+Green+Blue) = 157+88+157=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D589D is #62A762. Grayscale: #747474. Windows color (decimal): -6465379 or 10311837. OLE color: 10311837.
HSL color Cylindrical-coordinate representation of color #9D589D: hue angle of 300º 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 #9D589D is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 88 | 157 | - |
| CMYK | 0 | 0.44 | 0 | 0.38 |
| HSL | 300º | 0.28% | 0.48% | - |
| HSV(B) | 300º | 0.44% | 0.62% | - |
| XYZ | 23.48 | 16.58 | 33.86 | - |
| YUV | 116.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 157 | 0 | 0.44 | 0 | 0.38 | 300 | 0.28 | 0.48 |
| Hex | 9D | 58 | 9D | 0 | 2C | 0 | 26 | 12C | 1C | 30 |
| Octal | 235 | 130 | 235 | 0 | 54 | 0 | 46 | 454 | 34 | 60 |
| Binary | 10011101 | 1011000 | 10011101 | 0 | 101100 | 0 | 100110 | 100101100 | 11100 | 110000 |
Color Harmonies of #9D589D
Complementary color
Monochromatic Colors of #9D589D
Black with #9D589D
Text Example
Text Example
White with #9D589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D589D; }
p { color: rgb(157,88,157); }
H1.HeaderClassName
{
color: #9D589D;
}
.AnyTagClassName
{
color: #9D589D;
}
</style>
background-color css
<style>
a { background-color: #9D589D; }
a { background-color: rgb(157,88,157); }
div.DivClassName
{
background-color: #9D589D;
}
.BgClassName
{
background-color: #9D589D;
}
</style>
border-color css
<style>
span { border-color: #9D589D; }
span { border-color: rgb(157,88,157); }
td.TdClassName
{
border-color: #9D589D;
}
.TagClassName
{
border-color: #9D589D;
}
</style>