Shades of Violet Blue #9F589D
Tints of Violet Blue #9F589D
RGB
CMYK
RGB Variations
Color information
#9F589D (or 0x9F589D) is known color: Violet Blue. HEX triplet: 9F, 58 and 9D. RGB value is (159,88,157). Sum of RGB (Red+Green+Blue) = 159+88+157=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F589D is #60A762. Grayscale: #747474. Windows color (decimal): -6334307 or 10311839. OLE color: 10311839.
HSL color Cylindrical-coordinate representation of color #9F589D: hue angle of 301.69º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F589D is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 157 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.38 |
| HSL | 301.69º | 0.29% | 0.48% | - |
| HSV(B) | 301.69º | 0.45% | 0.62% | - |
| XYZ | 23.87 | 16.78 | 33.88 | - |
| YUV | 117.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 157 | 0 | 0.45 | 0.01 | 0.38 | 301.69 | 0.29 | 0.48 |
| Hex | 9F | 58 | 9D | 0 | 2D | 1 | 26 | 12E | 1D | 30 |
| Octal | 237 | 130 | 235 | 0 | 55 | 1 | 46 | 456 | 35 | 60 |
| Binary | 10011111 | 1011000 | 10011101 | 0 | 101101 | 1 | 100110 | 100101110 | 11101 | 110000 |
Color Harmonies of #9F589D
Complementary color
Monochromatic Colors of #9F589D
Black with #9F589D
Text Example
Text Example
White with #9F589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F589D; }
p { color: rgb(159,88,157); }
H1.HeaderClassName
{
color: #9F589D;
}
.AnyTagClassName
{
color: #9F589D;
}
</style>
background-color css
<style>
a { background-color: #9F589D; }
a { background-color: rgb(159,88,157); }
div.DivClassName
{
background-color: #9F589D;
}
.BgClassName
{
background-color: #9F589D;
}
</style>
border-color css
<style>
span { border-color: #9F589D; }
span { border-color: rgb(159,88,157); }
td.TdClassName
{
border-color: #9F589D;
}
.TagClassName
{
border-color: #9F589D;
}
</style>