Shades of Violet Blue #9F558D
Tints of Violet Blue #9F558D
RGB
CMYK
RGB Variations
Color information
#9F558D (or 0x9F558D) is known color: Violet Blue. HEX triplet: 9F, 55 and 8D. RGB value is (159,85,141). Sum of RGB (Red+Green+Blue) = 159+85+141=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F558D is #60AA72. Grayscale: #717171. Windows color (decimal): -6335091 or 9262495. OLE color: 9262495.
HSL color Cylindrical-coordinate representation of color #9F558D: hue angle of 314.59º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F558D is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 141 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.38 |
| HSL | 314.59º | 0.3% | 0.48% | - |
| HSV(B) | 314.59º | 0.47% | 0.62% | - |
| XYZ | 22.35 | 15.79 | 27.07 | - |
| YUV | 113.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 141 | 0 | 0.47 | 0.11 | 0.38 | 314.59 | 0.3 | 0.48 |
| Hex | 9F | 55 | 8D | 0 | 2F | B | 26 | 13B | 1E | 30 |
| Octal | 237 | 125 | 215 | 0 | 57 | 13 | 46 | 473 | 36 | 60 |
| Binary | 10011111 | 1010101 | 10001101 | 0 | 101111 | 1011 | 100110 | 100111011 | 11110 | 110000 |
Color Harmonies of #9F558D
Complementary color
Monochromatic Colors of #9F558D
Black with #9F558D
Text Example
Text Example
White with #9F558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F558D; }
p { color: rgb(159,85,141); }
H1.HeaderClassName
{
color: #9F558D;
}
.AnyTagClassName
{
color: #9F558D;
}
</style>
background-color css
<style>
a { background-color: #9F558D; }
a { background-color: rgb(159,85,141); }
div.DivClassName
{
background-color: #9F558D;
}
.BgClassName
{
background-color: #9F558D;
}
</style>
border-color css
<style>
span { border-color: #9F558D; }
span { border-color: rgb(159,85,141); }
td.TdClassName
{
border-color: #9F558D;
}
.TagClassName
{
border-color: #9F558D;
}
</style>