Shades of Violet Blue #9F5B96
Tints of Violet Blue #9F5B96
RGB
CMYK
RGB Variations
Color information
#9F5B96 (or 0x9F5B96) is known color: Violet Blue. HEX triplet: 9F, 5B and 96. RGB value is (159,91,150). Sum of RGB (Red+Green+Blue) = 159+91+150=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5B96 is #60A469. Grayscale: #757575. Windows color (decimal): -6333546 or 9853855. OLE color: 9853855.
HSL color Cylindrical-coordinate representation of color #9F5B96: hue angle of 307.94º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5B96 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 91 | 150 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.38 |
| HSL | 307.94º | 0.27% | 0.49% | - |
| HSV(B) | 307.94º | 0.43% | 0.62% | - |
| XYZ | 23.54 | 17.06 | 30.91 | - |
| YUV | 118.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 150 | 0 | 0.43 | 0.06 | 0.38 | 307.94 | 0.27 | 0.49 |
| Hex | 9F | 5B | 96 | 0 | 2B | 6 | 26 | 134 | 1B | 31 |
| Octal | 237 | 133 | 226 | 0 | 53 | 6 | 46 | 464 | 33 | 61 |
| Binary | 10011111 | 1011011 | 10010110 | 0 | 101011 | 110 | 100110 | 100110100 | 11011 | 110001 |
Color Harmonies of #9F5B96
Complementary color
Monochromatic Colors of #9F5B96
Black with #9F5B96
Text Example
Text Example
White with #9F5B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5B96; }
p { color: rgb(159,91,150); }
H1.HeaderClassName
{
color: #9F5B96;
}
.AnyTagClassName
{
color: #9F5B96;
}
</style>
background-color css
<style>
a { background-color: #9F5B96; }
a { background-color: rgb(159,91,150); }
div.DivClassName
{
background-color: #9F5B96;
}
.BgClassName
{
background-color: #9F5B96;
}
</style>
border-color css
<style>
span { border-color: #9F5B96; }
span { border-color: rgb(159,91,150); }
td.TdClassName
{
border-color: #9F5B96;
}
.TagClassName
{
border-color: #9F5B96;
}
</style>