Shades of Violet Blue #9F4E9A
Tints of Violet Blue #9F4E9A
RGB
CMYK
RGB Variations
Color information
#9F4E9A (or 0x9F4E9A) is known color: Violet Blue. HEX triplet: 9F, 4E and 9A. RGB value is (159,78,154). Sum of RGB (Red+Green+Blue) = 159+78+154=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E9A is #60B165. Grayscale: #6E6E6E. Windows color (decimal): -6336870 or 10112671. OLE color: 10112671.
HSL color Cylindrical-coordinate representation of color #9F4E9A: hue angle of 303.7º 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 #9F4E9A is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 154 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.38 |
| HSL | 303.7º | 0.34% | 0.46% | - |
| HSV(B) | 303.7º | 0.51% | 0.62% | - |
| XYZ | 22.86 | 15.15 | 32.29 | - |
| YUV | 110.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 154 | 0 | 0.51 | 0.03 | 0.38 | 303.7 | 0.34 | 0.46 |
| Hex | 9F | 4E | 9A | 0 | 33 | 3 | 26 | 130 | 22 | 2E |
| Octal | 237 | 116 | 232 | 0 | 63 | 3 | 46 | 460 | 42 | 56 |
| Binary | 10011111 | 1001110 | 10011010 | 0 | 110011 | 11 | 100110 | 100110000 | 100010 | 101110 |
Color Harmonies of #9F4E9A
Complementary color
Monochromatic Colors of #9F4E9A
Black with #9F4E9A
Text Example
Text Example
White with #9F4E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E9A; }
p { color: rgb(159,78,154); }
H1.HeaderClassName
{
color: #9F4E9A;
}
.AnyTagClassName
{
color: #9F4E9A;
}
</style>
background-color css
<style>
a { background-color: #9F4E9A; }
a { background-color: rgb(159,78,154); }
div.DivClassName
{
background-color: #9F4E9A;
}
.BgClassName
{
background-color: #9F4E9A;
}
</style>
border-color css
<style>
span { border-color: #9F4E9A; }
span { border-color: rgb(159,78,154); }
td.TdClassName
{
border-color: #9F4E9A;
}
.TagClassName
{
border-color: #9F4E9A;
}
</style>