Shades of Violet Blue #9F4E94
Tints of Violet Blue #9F4E94
RGB
CMYK
RGB Variations
Color information
#9F4E94 (or 0x9F4E94) is known color: Violet Blue. HEX triplet: 9F, 4E and 94. RGB value is (159,78,148). Sum of RGB (Red+Green+Blue) = 159+78+148=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E94 is #60B16B. Grayscale: #6E6E6E. Windows color (decimal): -6336876 or 9719455. OLE color: 9719455.
HSL color Cylindrical-coordinate representation of color #9F4E94: hue angle of 308.15º 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 #9F4E94 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 148 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.38 |
| HSL | 308.15º | 0.34% | 0.46% | - |
| HSV(B) | 308.15º | 0.51% | 0.62% | - |
| XYZ | 22.37 | 14.96 | 29.73 | - |
| YUV | 110.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 148 | 0 | 0.51 | 0.07 | 0.38 | 308.15 | 0.34 | 0.46 |
| Hex | 9F | 4E | 94 | 0 | 33 | 7 | 26 | 134 | 22 | 2E |
| Octal | 237 | 116 | 224 | 0 | 63 | 7 | 46 | 464 | 42 | 56 |
| Binary | 10011111 | 1001110 | 10010100 | 0 | 110011 | 111 | 100110 | 100110100 | 100010 | 101110 |
Color Harmonies of #9F4E94
Complementary color
Monochromatic Colors of #9F4E94
Black with #9F4E94
Text Example
Text Example
White with #9F4E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E94; }
p { color: rgb(159,78,148); }
H1.HeaderClassName
{
color: #9F4E94;
}
.AnyTagClassName
{
color: #9F4E94;
}
</style>
background-color css
<style>
a { background-color: #9F4E94; }
a { background-color: rgb(159,78,148); }
div.DivClassName
{
background-color: #9F4E94;
}
.BgClassName
{
background-color: #9F4E94;
}
</style>
border-color css
<style>
span { border-color: #9F4E94; }
span { border-color: rgb(159,78,148); }
td.TdClassName
{
border-color: #9F4E94;
}
.TagClassName
{
border-color: #9F4E94;
}
</style>