Shades of Violet Blue #9F3E91
Tints of Violet Blue #9F3E91
RGB
CMYK
RGB Variations
Color information
#9F3E91 (or 0x9F3E91) is known color: Violet Blue. HEX triplet: 9F, 3E and 91. RGB value is (159,62,145). Sum of RGB (Red+Green+Blue) = 159+62+145=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3E91 is #60C16E. Grayscale: #646464. Windows color (decimal): -6340975 or 9518751. OLE color: 9518751.
HSL color Cylindrical-coordinate representation of color #9F3E91: hue angle of 308.66º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F3E91 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 62 | 145 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.38 |
| HSL | 308.66º | 0.44% | 0.43% | - |
| HSV(B) | 308.66º | 0.61% | 0.62% | - |
| XYZ | 21.13 | 12.86 | 28.16 | - |
| YUV | 100.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 145 | 0 | 0.61 | 0.09 | 0.38 | 308.66 | 0.44 | 0.43 |
| Hex | 9F | 3E | 91 | 0 | 3D | 9 | 26 | 135 | 2C | 2B |
| Octal | 237 | 76 | 221 | 0 | 75 | 11 | 46 | 465 | 54 | 53 |
| Binary | 10011111 | 111110 | 10010001 | 0 | 111101 | 1001 | 100110 | 100110101 | 101100 | 101011 |
Color Harmonies of #9F3E91
Complementary color
Monochromatic Colors of #9F3E91
Black with #9F3E91
Text Example
Text Example
White with #9F3E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3E91; }
p { color: rgb(159,62,145); }
H1.HeaderClassName
{
color: #9F3E91;
}
.AnyTagClassName
{
color: #9F3E91;
}
</style>
background-color css
<style>
a { background-color: #9F3E91; }
a { background-color: rgb(159,62,145); }
div.DivClassName
{
background-color: #9F3E91;
}
.BgClassName
{
background-color: #9F3E91;
}
</style>
border-color css
<style>
span { border-color: #9F3E91; }
span { border-color: rgb(159,62,145); }
td.TdClassName
{
border-color: #9F3E91;
}
.TagClassName
{
border-color: #9F3E91;
}
</style>