Shades of Violet Blue #9F5593
Tints of Violet Blue #9F5593
RGB
CMYK
RGB Variations
Color information
#9F5593 (or 0x9F5593) is known color: Violet Blue. HEX triplet: 9F, 55 and 93. RGB value is (159,85,147). Sum of RGB (Red+Green+Blue) = 159+85+147=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5593 is #60AA6C. Grayscale: #727272. Windows color (decimal): -6335085 or 9655711. OLE color: 9655711.
HSL color Cylindrical-coordinate representation of color #9F5593: hue angle of 309.73º 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 #9F5593 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 147 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.38 |
| HSL | 309.73º | 0.3% | 0.48% | - |
| HSV(B) | 309.73º | 0.47% | 0.62% | - |
| XYZ | 22.81 | 15.97 | 29.48 | - |
| YUV | 114.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 147 | 0 | 0.47 | 0.08 | 0.38 | 309.73 | 0.3 | 0.48 |
| Hex | 9F | 55 | 93 | 0 | 2F | 8 | 26 | 136 | 1E | 30 |
| Octal | 237 | 125 | 223 | 0 | 57 | 10 | 46 | 466 | 36 | 60 |
| Binary | 10011111 | 1010101 | 10010011 | 0 | 101111 | 1000 | 100110 | 100110110 | 11110 | 110000 |
Color Harmonies of #9F5593
Complementary color
Monochromatic Colors of #9F5593
Black with #9F5593
Text Example
Text Example
White with #9F5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5593; }
p { color: rgb(159,85,147); }
H1.HeaderClassName
{
color: #9F5593;
}
.AnyTagClassName
{
color: #9F5593;
}
</style>
background-color css
<style>
a { background-color: #9F5593; }
a { background-color: rgb(159,85,147); }
div.DivClassName
{
background-color: #9F5593;
}
.BgClassName
{
background-color: #9F5593;
}
</style>
border-color css
<style>
span { border-color: #9F5593; }
span { border-color: rgb(159,85,147); }
td.TdClassName
{
border-color: #9F5593;
}
.TagClassName
{
border-color: #9F5593;
}
</style>