Shades of Violet Blue #9F588D
Tints of Violet Blue #9F588D
RGB
CMYK
RGB Variations
Color information
#9F588D (or 0x9F588D) is known color: Violet Blue. HEX triplet: 9F, 58 and 8D. RGB value is (159,88,141). Sum of RGB (Red+Green+Blue) = 159+88+141=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F588D is #60A772. Grayscale: #737373. Windows color (decimal): -6334323 or 9263263. OLE color: 9263263.
HSL color Cylindrical-coordinate representation of color #9F588D: hue angle of 315.21º 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 #9F588D is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 141 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.38 |
| HSL | 315.21º | 0.29% | 0.48% | - |
| HSV(B) | 315.21º | 0.45% | 0.62% | - |
| XYZ | 22.6 | 16.27 | 27.15 | - |
| YUV | 115.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 141 | 0 | 0.45 | 0.11 | 0.38 | 315.21 | 0.29 | 0.48 |
| Hex | 9F | 58 | 8D | 0 | 2D | B | 26 | 13B | 1D | 30 |
| Octal | 237 | 130 | 215 | 0 | 55 | 13 | 46 | 473 | 35 | 60 |
| Binary | 10011111 | 1011000 | 10001101 | 0 | 101101 | 1011 | 100110 | 100111011 | 11101 | 110000 |
Color Harmonies of #9F588D
Complementary color
Monochromatic Colors of #9F588D
Black with #9F588D
Text Example
Text Example
White with #9F588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F588D; }
p { color: rgb(159,88,141); }
H1.HeaderClassName
{
color: #9F588D;
}
.AnyTagClassName
{
color: #9F588D;
}
</style>
background-color css
<style>
a { background-color: #9F588D; }
a { background-color: rgb(159,88,141); }
div.DivClassName
{
background-color: #9F588D;
}
.BgClassName
{
background-color: #9F588D;
}
</style>
border-color css
<style>
span { border-color: #9F588D; }
span { border-color: rgb(159,88,141); }
td.TdClassName
{
border-color: #9F588D;
}
.TagClassName
{
border-color: #9F588D;
}
</style>