Shades of Violet Blue #9F4191
Tints of Violet Blue #9F4191
RGB
CMYK
RGB Variations
Color information
#9F4191 (or 0x9F4191) is known color: Violet Blue. HEX triplet: 9F, 41 and 91. RGB value is (159,65,145). Sum of RGB (Red+Green+Blue) = 159+65+145=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4191 is #60BE6E. Grayscale: #666666. Windows color (decimal): -6340207 or 9519519. OLE color: 9519519.
HSL color Cylindrical-coordinate representation of color #9F4191: hue angle of 308.94º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F4191 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 145 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.38 |
| HSL | 308.94º | 0.42% | 0.44% | - |
| HSV(B) | 308.94º | 0.59% | 0.62% | - |
| XYZ | 21.3 | 13.2 | 28.21 | - |
| YUV | 102.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 145 | 0 | 0.59 | 0.09 | 0.38 | 308.94 | 0.42 | 0.44 |
| Hex | 9F | 41 | 91 | 0 | 3B | 9 | 26 | 135 | 2A | 2C |
| Octal | 237 | 101 | 221 | 0 | 73 | 11 | 46 | 465 | 52 | 54 |
| Binary | 10011111 | 1000001 | 10010001 | 0 | 111011 | 1001 | 100110 | 100110101 | 101010 | 101100 |
Color Harmonies of #9F4191
Complementary color
Monochromatic Colors of #9F4191
Black with #9F4191
Text Example
Text Example
White with #9F4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4191; }
p { color: rgb(159,65,145); }
H1.HeaderClassName
{
color: #9F4191;
}
.AnyTagClassName
{
color: #9F4191;
}
</style>
background-color css
<style>
a { background-color: #9F4191; }
a { background-color: rgb(159,65,145); }
div.DivClassName
{
background-color: #9F4191;
}
.BgClassName
{
background-color: #9F4191;
}
</style>
border-color css
<style>
span { border-color: #9F4191; }
span { border-color: rgb(159,65,145); }
td.TdClassName
{
border-color: #9F4191;
}
.TagClassName
{
border-color: #9F4191;
}
</style>