Shades of Violet Blue #9F4591
Tints of Violet Blue #9F4591
RGB
CMYK
RGB Variations
Color information
#9F4591 (or 0x9F4591) is known color: Violet Blue. HEX triplet: 9F, 45 and 91. RGB value is (159,69,145). Sum of RGB (Red+Green+Blue) = 159+69+145=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4591 is #60BA6E. Grayscale: #686868. Windows color (decimal): -6339183 or 9520543. OLE color: 9520543.
HSL color Cylindrical-coordinate representation of color #9F4591: hue angle of 309.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4591 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 145 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.38 |
| HSL | 309.33º | 0.39% | 0.45% | - |
| HSV(B) | 309.33º | 0.57% | 0.62% | - |
| XYZ | 21.54 | 13.67 | 28.29 | - |
| YUV | 104.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 145 | 0 | 0.57 | 0.09 | 0.38 | 309.33 | 0.39 | 0.45 |
| Hex | 9F | 45 | 91 | 0 | 39 | 9 | 26 | 135 | 27 | 2D |
| Octal | 237 | 105 | 221 | 0 | 71 | 11 | 46 | 465 | 47 | 55 |
| Binary | 10011111 | 1000101 | 10010001 | 0 | 111001 | 1001 | 100110 | 100110101 | 100111 | 101101 |
Color Harmonies of #9F4591
Complementary color
Monochromatic Colors of #9F4591
Black with #9F4591
Text Example
Text Example
White with #9F4591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4591; }
p { color: rgb(159,69,145); }
H1.HeaderClassName
{
color: #9F4591;
}
.AnyTagClassName
{
color: #9F4591;
}
</style>
background-color css
<style>
a { background-color: #9F4591; }
a { background-color: rgb(159,69,145); }
div.DivClassName
{
background-color: #9F4591;
}
.BgClassName
{
background-color: #9F4591;
}
</style>
border-color css
<style>
span { border-color: #9F4591; }
span { border-color: rgb(159,69,145); }
td.TdClassName
{
border-color: #9F4591;
}
.TagClassName
{
border-color: #9F4591;
}
</style>