Shades of Violet Blue #9F5F90
Tints of Violet Blue #9F5F90
RGB
CMYK
RGB Variations
Color information
#9F5F90 (or 0x9F5F90) is known color: Violet Blue. HEX triplet: 9F, 5F and 90. RGB value is (159,95,144). Sum of RGB (Red+Green+Blue) = 159+95+144=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F90 is #60A06F. Grayscale: #777777. Windows color (decimal): -6332528 or 9461663. OLE color: 9461663.
HSL color Cylindrical-coordinate representation of color #9F5F90: hue angle of 314.06º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F90 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 95 | 144 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.38 |
| HSL | 314.06º | 0.25% | 0.5% | - |
| HSV(B) | 314.06º | 0.4% | 0.62% | - |
| XYZ | 23.42 | 17.57 | 28.54 | - |
| YUV | 119.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 144 | 0 | 0.40 | 0.09 | 0.38 | 314.06 | 0.25 | 0.5 |
| Hex | 9F | 5F | 90 | 0 | 28 | 9 | 26 | 13A | 19 | 32 |
| Octal | 237 | 137 | 220 | 0 | 50 | 11 | 46 | 472 | 31 | 62 |
| Binary | 10011111 | 1011111 | 10010000 | 0 | 101000 | 1001 | 100110 | 100111010 | 11001 | 110010 |
Color Harmonies of #9F5F90
Complementary color
Monochromatic Colors of #9F5F90
Black with #9F5F90
Text Example
Text Example
White with #9F5F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5F90; }
p { color: rgb(159,95,144); }
H1.HeaderClassName
{
color: #9F5F90;
}
.AnyTagClassName
{
color: #9F5F90;
}
</style>
background-color css
<style>
a { background-color: #9F5F90; }
a { background-color: rgb(159,95,144); }
div.DivClassName
{
background-color: #9F5F90;
}
.BgClassName
{
background-color: #9F5F90;
}
</style>
border-color css
<style>
span { border-color: #9F5F90; }
span { border-color: rgb(159,95,144); }
td.TdClassName
{
border-color: #9F5F90;
}
.TagClassName
{
border-color: #9F5F90;
}
</style>