Shades of Violet Blue #9F559C
Tints of Violet Blue #9F559C
RGB
CMYK
RGB Variations
Color information
#9F559C (or 0x9F559C) is known color: Violet Blue. HEX triplet: 9F, 55 and 9C. RGB value is (159,85,156). Sum of RGB (Red+Green+Blue) = 159+85+156=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F559C is #60AA63. Grayscale: #737373. Windows color (decimal): -6335076 or 10245535. OLE color: 10245535.
HSL color Cylindrical-coordinate representation of color #9F559C: hue angle of 302.43º 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 #9F559C is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 156 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.38 |
| HSL | 302.43º | 0.3% | 0.48% | - |
| HSV(B) | 302.43º | 0.47% | 0.62% | - |
| XYZ | 23.55 | 16.27 | 33.35 | - |
| YUV | 115.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 156 | 0 | 0.47 | 0.02 | 0.38 | 302.43 | 0.3 | 0.48 |
| Hex | 9F | 55 | 9C | 0 | 2F | 2 | 26 | 12E | 1E | 30 |
| Octal | 237 | 125 | 234 | 0 | 57 | 2 | 46 | 456 | 36 | 60 |
| Binary | 10011111 | 1010101 | 10011100 | 0 | 101111 | 10 | 100110 | 100101110 | 11110 | 110000 |
Color Harmonies of #9F559C
Complementary color
Monochromatic Colors of #9F559C
Black with #9F559C
Text Example
Text Example
White with #9F559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F559C; }
p { color: rgb(159,85,156); }
H1.HeaderClassName
{
color: #9F559C;
}
.AnyTagClassName
{
color: #9F559C;
}
</style>
background-color css
<style>
a { background-color: #9F559C; }
a { background-color: rgb(159,85,156); }
div.DivClassName
{
background-color: #9F559C;
}
.BgClassName
{
background-color: #9F559C;
}
</style>
border-color css
<style>
span { border-color: #9F559C; }
span { border-color: rgb(159,85,156); }
td.TdClassName
{
border-color: #9F559C;
}
.TagClassName
{
border-color: #9F559C;
}
</style>