Shades of Violet Blue #9F5595
Tints of Violet Blue #9F5595
RGB
CMYK
RGB Variations
Color information
#9F5595 (or 0x9F5595) is known color: Violet Blue. HEX triplet: 9F, 55 and 95. RGB value is (159,85,149). Sum of RGB (Red+Green+Blue) = 159+85+149=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5595 is #60AA6A. Grayscale: #727272. Windows color (decimal): -6335083 or 9786783. OLE color: 9786783.
HSL color Cylindrical-coordinate representation of color #9F5595: hue angle of 308.11º 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 #9F5595 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 149 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.38 |
| HSL | 308.11º | 0.3% | 0.48% | - |
| HSV(B) | 308.11º | 0.47% | 0.62% | - |
| XYZ | 22.97 | 16.04 | 30.32 | - |
| YUV | 114.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 149 | 0 | 0.47 | 0.06 | 0.38 | 308.11 | 0.3 | 0.48 |
| Hex | 9F | 55 | 95 | 0 | 2F | 6 | 26 | 134 | 1E | 30 |
| Octal | 237 | 125 | 225 | 0 | 57 | 6 | 46 | 464 | 36 | 60 |
| Binary | 10011111 | 1010101 | 10010101 | 0 | 101111 | 110 | 100110 | 100110100 | 11110 | 110000 |
Color Harmonies of #9F5595
Complementary color
Monochromatic Colors of #9F5595
Black with #9F5595
Text Example
Text Example
White with #9F5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5595; }
p { color: rgb(159,85,149); }
H1.HeaderClassName
{
color: #9F5595;
}
.AnyTagClassName
{
color: #9F5595;
}
</style>
background-color css
<style>
a { background-color: #9F5595; }
a { background-color: rgb(159,85,149); }
div.DivClassName
{
background-color: #9F5595;
}
.BgClassName
{
background-color: #9F5595;
}
</style>
border-color css
<style>
span { border-color: #9F5595; }
span { border-color: rgb(159,85,149); }
td.TdClassName
{
border-color: #9F5595;
}
.TagClassName
{
border-color: #9F5595;
}
</style>