Shades of Violet Blue #9F4E97
Tints of Violet Blue #9F4E97
RGB
CMYK
RGB Variations
Color information
#9F4E97 (or 0x9F4E97) is known color: Violet Blue. HEX triplet: 9F, 4E and 97. RGB value is (159,78,151). Sum of RGB (Red+Green+Blue) = 159+78+151=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E97 is #60B168. Grayscale: #6E6E6E. Windows color (decimal): -6336873 or 9916063. OLE color: 9916063.
HSL color Cylindrical-coordinate representation of color #9F4E97: hue angle of 305.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E97 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 151 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.38 |
| HSL | 305.93º | 0.34% | 0.46% | - |
| HSV(B) | 305.93º | 0.51% | 0.62% | - |
| XYZ | 22.61 | 15.05 | 30.99 | - |
| YUV | 110.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 151 | 0 | 0.51 | 0.05 | 0.38 | 305.93 | 0.34 | 0.46 |
| Hex | 9F | 4E | 97 | 0 | 33 | 5 | 26 | 132 | 22 | 2E |
| Octal | 237 | 116 | 227 | 0 | 63 | 5 | 46 | 462 | 42 | 56 |
| Binary | 10011111 | 1001110 | 10010111 | 0 | 110011 | 101 | 100110 | 100110010 | 100010 | 101110 |
Color Harmonies of #9F4E97
Complementary color
Monochromatic Colors of #9F4E97
Black with #9F4E97
Text Example
Text Example
White with #9F4E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E97; }
p { color: rgb(159,78,151); }
H1.HeaderClassName
{
color: #9F4E97;
}
.AnyTagClassName
{
color: #9F4E97;
}
</style>
background-color css
<style>
a { background-color: #9F4E97; }
a { background-color: rgb(159,78,151); }
div.DivClassName
{
background-color: #9F4E97;
}
.BgClassName
{
background-color: #9F4E97;
}
</style>
border-color css
<style>
span { border-color: #9F4E97; }
span { border-color: rgb(159,78,151); }
td.TdClassName
{
border-color: #9F4E97;
}
.TagClassName
{
border-color: #9F4E97;
}
</style>