Shades of Violet Blue #9E4897
Tints of Violet Blue #9E4897
RGB
CMYK
RGB Variations
Color information
#9E4897 (or 0x9E4897) is known color: Violet Blue. HEX triplet: 9E, 48 and 97. RGB value is (158,72,151). Sum of RGB (Red+Green+Blue) = 158+72+151=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4897 is #61B768. Grayscale: #6A6A6A. Windows color (decimal): -6403945 or 9914526. OLE color: 9914526.
HSL color Cylindrical-coordinate representation of color #9E4897: hue angle of 304.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4897 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 72 | 151 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.38 |
| HSL | 304.88º | 0.37% | 0.45% | - |
| HSV(B) | 304.88º | 0.54% | 0.62% | - |
| XYZ | 22 | 14.14 | 30.85 | - |
| YUV | 106.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 151 | 0 | 0.54 | 0.04 | 0.38 | 304.88 | 0.37 | 0.45 |
| Hex | 9E | 48 | 97 | 0 | 36 | 4 | 26 | 131 | 25 | 2D |
| Octal | 236 | 110 | 227 | 0 | 66 | 4 | 46 | 461 | 45 | 55 |
| Binary | 10011110 | 1001000 | 10010111 | 0 | 110110 | 100 | 100110 | 100110001 | 100101 | 101101 |
Color Harmonies of #9E4897
Complementary color
Monochromatic Colors of #9E4897
Black with #9E4897
Text Example
Text Example
White with #9E4897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4897; }
p { color: rgb(158,72,151); }
H1.HeaderClassName
{
color: #9E4897;
}
.AnyTagClassName
{
color: #9E4897;
}
</style>
background-color css
<style>
a { background-color: #9E4897; }
a { background-color: rgb(158,72,151); }
div.DivClassName
{
background-color: #9E4897;
}
.BgClassName
{
background-color: #9E4897;
}
</style>
border-color css
<style>
span { border-color: #9E4897; }
span { border-color: rgb(158,72,151); }
td.TdClassName
{
border-color: #9E4897;
}
.TagClassName
{
border-color: #9E4897;
}
</style>