Shades of Violet Blue #9F4A96
Tints of Violet Blue #9F4A96
RGB
CMYK
RGB Variations
Color information
#9F4A96 (or 0x9F4A96) is known color: Violet Blue. HEX triplet: 9F, 4A and 96. RGB value is (159,74,150). Sum of RGB (Red+Green+Blue) = 159+74+150=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4A96 is #60B569. Grayscale: #6B6B6B. Windows color (decimal): -6337898 or 9849503. OLE color: 9849503.
HSL color Cylindrical-coordinate representation of color #9F4A96: hue angle of 306.35º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4A96 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 150 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.38 |
| HSL | 306.35º | 0.36% | 0.46% | - |
| HSV(B) | 306.35º | 0.53% | 0.62% | - |
| XYZ | 22.25 | 14.47 | 30.47 | - |
| YUV | 108.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 150 | 0 | 0.53 | 0.06 | 0.38 | 306.35 | 0.36 | 0.46 |
| Hex | 9F | 4A | 96 | 0 | 35 | 6 | 26 | 132 | 24 | 2E |
| Octal | 237 | 112 | 226 | 0 | 65 | 6 | 46 | 462 | 44 | 56 |
| Binary | 10011111 | 1001010 | 10010110 | 0 | 110101 | 110 | 100110 | 100110010 | 100100 | 101110 |
Color Harmonies of #9F4A96
Complementary color
Monochromatic Colors of #9F4A96
Black with #9F4A96
Text Example
Text Example
White with #9F4A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A96; }
p { color: rgb(159,74,150); }
H1.HeaderClassName
{
color: #9F4A96;
}
.AnyTagClassName
{
color: #9F4A96;
}
</style>
background-color css
<style>
a { background-color: #9F4A96; }
a { background-color: rgb(159,74,150); }
div.DivClassName
{
background-color: #9F4A96;
}
.BgClassName
{
background-color: #9F4A96;
}
</style>
border-color css
<style>
span { border-color: #9F4A96; }
span { border-color: rgb(159,74,150); }
td.TdClassName
{
border-color: #9F4A96;
}
.TagClassName
{
border-color: #9F4A96;
}
</style>