Shades of Violet Blue #9F5993
Tints of Violet Blue #9F5993
RGB
CMYK
RGB Variations
Color information
#9F5993 (or 0x9F5993) is known color: Violet Blue. HEX triplet: 9F, 59 and 93. RGB value is (159,89,147). Sum of RGB (Red+Green+Blue) = 159+89+147=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5993 is #60A66C. Grayscale: #747474. Windows color (decimal): -6334061 or 9656735. OLE color: 9656735.
HSL color Cylindrical-coordinate representation of color #9F5993: hue angle of 310.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 #9F5993 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 147 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.38 |
| HSL | 310.29º | 0.28% | 0.49% | - |
| HSV(B) | 310.29º | 0.44% | 0.62% | - |
| XYZ | 23.14 | 16.62 | 29.59 | - |
| YUV | 116.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 147 | 0 | 0.44 | 0.08 | 0.38 | 310.29 | 0.28 | 0.49 |
| Hex | 9F | 59 | 93 | 0 | 2C | 8 | 26 | 136 | 1C | 31 |
| Octal | 237 | 131 | 223 | 0 | 54 | 10 | 46 | 466 | 34 | 61 |
| Binary | 10011111 | 1011001 | 10010011 | 0 | 101100 | 1000 | 100110 | 100110110 | 11100 | 110001 |
Color Harmonies of #9F5993
Complementary color
Monochromatic Colors of #9F5993
Black with #9F5993
Text Example
Text Example
White with #9F5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5993; }
p { color: rgb(159,89,147); }
H1.HeaderClassName
{
color: #9F5993;
}
.AnyTagClassName
{
color: #9F5993;
}
</style>
background-color css
<style>
a { background-color: #9F5993; }
a { background-color: rgb(159,89,147); }
div.DivClassName
{
background-color: #9F5993;
}
.BgClassName
{
background-color: #9F5993;
}
</style>
border-color css
<style>
span { border-color: #9F5993; }
span { border-color: rgb(159,89,147); }
td.TdClassName
{
border-color: #9F5993;
}
.TagClassName
{
border-color: #9F5993;
}
</style>