Shades of Violet Blue #9F5A91
Tints of Violet Blue #9F5A91
RGB
CMYK
RGB Variations
Color information
#9F5A91 (or 0x9F5A91) is known color: Violet Blue. HEX triplet: 9F, 5A and 91. RGB value is (159,90,145). Sum of RGB (Red+Green+Blue) = 159+90+145=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5A91 is #60A56E. Grayscale: #747474. Windows color (decimal): -6333807 or 9525919. OLE color: 9525919.
HSL color Cylindrical-coordinate representation of color #9F5A91: hue angle of 312.17º degrees, saturation: 0.28, 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 #9F5A91 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 145 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.38 |
| HSL | 312.17º | 0.28% | 0.49% | - |
| HSV(B) | 312.17º | 0.43% | 0.62% | - |
| XYZ | 23.07 | 16.73 | 28.8 | - |
| YUV | 116.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 145 | 0 | 0.43 | 0.09 | 0.38 | 312.17 | 0.28 | 0.49 |
| Hex | 9F | 5A | 91 | 0 | 2B | 9 | 26 | 138 | 1C | 31 |
| Octal | 237 | 132 | 221 | 0 | 53 | 11 | 46 | 470 | 34 | 61 |
| Binary | 10011111 | 1011010 | 10010001 | 0 | 101011 | 1001 | 100110 | 100111000 | 11100 | 110001 |
Color Harmonies of #9F5A91
Complementary color
Monochromatic Colors of #9F5A91
Black with #9F5A91
Text Example
Text Example
White with #9F5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A91; }
p { color: rgb(159,90,145); }
H1.HeaderClassName
{
color: #9F5A91;
}
.AnyTagClassName
{
color: #9F5A91;
}
</style>
background-color css
<style>
a { background-color: #9F5A91; }
a { background-color: rgb(159,90,145); }
div.DivClassName
{
background-color: #9F5A91;
}
.BgClassName
{
background-color: #9F5A91;
}
</style>
border-color css
<style>
span { border-color: #9F5A91; }
span { border-color: rgb(159,90,145); }
td.TdClassName
{
border-color: #9F5A91;
}
.TagClassName
{
border-color: #9F5A91;
}
</style>