Shades of Violet Blue #9F599A
Tints of Violet Blue #9F599A
RGB
CMYK
RGB Variations
Color information
#9F599A (or 0x9F599A) is known color: Violet Blue. HEX triplet: 9F, 59 and 9A. RGB value is (159,89,154). Sum of RGB (Red+Green+Blue) = 159+89+154=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F599A is #60A665. Grayscale: #757575. Windows color (decimal): -6334054 or 10115487. OLE color: 10115487.
HSL color Cylindrical-coordinate representation of color #9F599A: hue angle of 304.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F599A is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 154 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.38 |
| HSL | 304.29º | 0.28% | 0.49% | - |
| HSV(B) | 304.29º | 0.44% | 0.62% | - |
| XYZ | 23.7 | 16.85 | 32.57 | - |
| YUV | 117.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 154 | 0 | 0.44 | 0.03 | 0.38 | 304.29 | 0.28 | 0.49 |
| Hex | 9F | 59 | 9A | 0 | 2C | 3 | 26 | 130 | 1C | 31 |
| Octal | 237 | 131 | 232 | 0 | 54 | 3 | 46 | 460 | 34 | 61 |
| Binary | 10011111 | 1011001 | 10011010 | 0 | 101100 | 11 | 100110 | 100110000 | 11100 | 110001 |
Color Harmonies of #9F599A
Complementary color
Monochromatic Colors of #9F599A
Black with #9F599A
Text Example
Text Example
White with #9F599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F599A; }
p { color: rgb(159,89,154); }
H1.HeaderClassName
{
color: #9F599A;
}
.AnyTagClassName
{
color: #9F599A;
}
</style>
background-color css
<style>
a { background-color: #9F599A; }
a { background-color: rgb(159,89,154); }
div.DivClassName
{
background-color: #9F599A;
}
.BgClassName
{
background-color: #9F599A;
}
</style>
border-color css
<style>
span { border-color: #9F599A; }
span { border-color: rgb(159,89,154); }
td.TdClassName
{
border-color: #9F599A;
}
.TagClassName
{
border-color: #9F599A;
}
</style>