Shades of Violet Blue #9F4E96
Tints of Violet Blue #9F4E96
RGB
CMYK
RGB Variations
Color information
#9F4E96 (or 0x9F4E96) is known color: Violet Blue. HEX triplet: 9F, 4E and 96. RGB value is (159,78,150). Sum of RGB (Red+Green+Blue) = 159+78+150=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E96 is #60B169. Grayscale: #6E6E6E. Windows color (decimal): -6336874 or 9850527. OLE color: 9850527.
HSL color Cylindrical-coordinate representation of color #9F4E96: hue angle of 306.67º 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 #9F4E96 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 150 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.38 |
| HSL | 306.67º | 0.34% | 0.46% | - |
| HSV(B) | 306.67º | 0.51% | 0.62% | - |
| XYZ | 22.53 | 15.02 | 30.57 | - |
| YUV | 110.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 150 | 0 | 0.51 | 0.06 | 0.38 | 306.67 | 0.34 | 0.46 |
| Hex | 9F | 4E | 96 | 0 | 33 | 6 | 26 | 133 | 22 | 2E |
| Octal | 237 | 116 | 226 | 0 | 63 | 6 | 46 | 463 | 42 | 56 |
| Binary | 10011111 | 1001110 | 10010110 | 0 | 110011 | 110 | 100110 | 100110011 | 100010 | 101110 |
Color Harmonies of #9F4E96
Complementary color
Monochromatic Colors of #9F4E96
Black with #9F4E96
Text Example
Text Example
White with #9F4E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E96; }
p { color: rgb(159,78,150); }
H1.HeaderClassName
{
color: #9F4E96;
}
.AnyTagClassName
{
color: #9F4E96;
}
</style>
background-color css
<style>
a { background-color: #9F4E96; }
a { background-color: rgb(159,78,150); }
div.DivClassName
{
background-color: #9F4E96;
}
.BgClassName
{
background-color: #9F4E96;
}
</style>
border-color css
<style>
span { border-color: #9F4E96; }
span { border-color: rgb(159,78,150); }
td.TdClassName
{
border-color: #9F4E96;
}
.TagClassName
{
border-color: #9F4E96;
}
</style>