Shades of Violet Blue #9F558C
Tints of Violet Blue #9F558C
RGB
CMYK
RGB Variations
Color information
#9F558C (or 0x9F558C) is known color: Violet Blue. HEX triplet: 9F, 55 and 8C. RGB value is (159,85,140). Sum of RGB (Red+Green+Blue) = 159+85+140=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F558C is #60AA73. Grayscale: #717171. Windows color (decimal): -6335092 or 9196959. OLE color: 9196959.
HSL color Cylindrical-coordinate representation of color #9F558C: hue angle of 315.41º 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 #9F558C is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 140 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.38 |
| HSL | 315.41º | 0.3% | 0.48% | - |
| HSV(B) | 315.41º | 0.47% | 0.62% | - |
| XYZ | 22.28 | 15.76 | 26.68 | - |
| YUV | 113.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 140 | 0 | 0.47 | 0.12 | 0.38 | 315.41 | 0.3 | 0.48 |
| Hex | 9F | 55 | 8C | 0 | 2F | C | 26 | 13B | 1E | 30 |
| Octal | 237 | 125 | 214 | 0 | 57 | 14 | 46 | 473 | 36 | 60 |
| Binary | 10011111 | 1010101 | 10001100 | 0 | 101111 | 1100 | 100110 | 100111011 | 11110 | 110000 |
Color Harmonies of #9F558C
Complementary color
Monochromatic Colors of #9F558C
Black with #9F558C
Text Example
Text Example
White with #9F558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F558C; }
p { color: rgb(159,85,140); }
H1.HeaderClassName
{
color: #9F558C;
}
.AnyTagClassName
{
color: #9F558C;
}
</style>
background-color css
<style>
a { background-color: #9F558C; }
a { background-color: rgb(159,85,140); }
div.DivClassName
{
background-color: #9F558C;
}
.BgClassName
{
background-color: #9F558C;
}
</style>
border-color css
<style>
span { border-color: #9F558C; }
span { border-color: rgb(159,85,140); }
td.TdClassName
{
border-color: #9F558C;
}
.TagClassName
{
border-color: #9F558C;
}
</style>