Shades of Violet Blue #9E4889
Tints of Violet Blue #9E4889
RGB
CMYK
RGB Variations
Color information
#9E4889 (or 0x9E4889) is known color: Violet Blue. HEX triplet: 9E, 48 and 89. RGB value is (158,72,137). Sum of RGB (Red+Green+Blue) = 158+72+137=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4889 is #61B776. Grayscale: #686868. Windows color (decimal): -6403959 or 8997022. OLE color: 8997022.
HSL color Cylindrical-coordinate representation of color #9E4889: hue angle of 314.65º 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 #9E4889 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 72 | 137 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.38 |
| HSL | 314.65º | 0.37% | 0.45% | - |
| HSV(B) | 314.65º | 0.54% | 0.62% | - |
| XYZ | 20.93 | 13.71 | 25.21 | - |
| YUV | 105.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 137 | 0 | 0.54 | 0.13 | 0.38 | 314.65 | 0.37 | 0.45 |
| Hex | 9E | 48 | 89 | 0 | 36 | D | 26 | 13B | 25 | 2D |
| Octal | 236 | 110 | 211 | 0 | 66 | 15 | 46 | 473 | 45 | 55 |
| Binary | 10011110 | 1001000 | 10001001 | 0 | 110110 | 1101 | 100110 | 100111011 | 100101 | 101101 |
Color Harmonies of #9E4889
Complementary color
Monochromatic Colors of #9E4889
Black with #9E4889
Text Example
Text Example
White with #9E4889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4889; }
p { color: rgb(158,72,137); }
H1.HeaderClassName
{
color: #9E4889;
}
.AnyTagClassName
{
color: #9E4889;
}
</style>
background-color css
<style>
a { background-color: #9E4889; }
a { background-color: rgb(158,72,137); }
div.DivClassName
{
background-color: #9E4889;
}
.BgClassName
{
background-color: #9E4889;
}
</style>
border-color css
<style>
span { border-color: #9E4889; }
span { border-color: rgb(158,72,137); }
td.TdClassName
{
border-color: #9E4889;
}
.TagClassName
{
border-color: #9E4889;
}
</style>