Shades of Violet Blue #9E489E
Tints of Violet Blue #9E489E
RGB
CMYK
RGB Variations
Color information
#9E489E (or 0x9E489E) is known color: Violet Blue. HEX triplet: 9E, 48 and 9E. RGB value is (158,72,158). Sum of RGB (Red+Green+Blue) = 158+72+158=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E489E is #61B761. Grayscale: #6B6B6B. Windows color (decimal): -6403938 or 10373278. OLE color: 10373278.
HSL color Cylindrical-coordinate representation of color #9E489E: hue angle of 300º 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 #9E489E is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 72 | 158 | - |
| CMYK | 0 | 0.54 | 0 | 0.38 |
| HSL | 300º | 0.37% | 0.45% | - |
| HSV(B) | 300º | 0.54% | 0.62% | - |
| XYZ | 22.59 | 14.37 | 33.93 | - |
| YUV | 107.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 158 | 0 | 0.54 | 0 | 0.38 | 300 | 0.37 | 0.45 |
| Hex | 9E | 48 | 9E | 0 | 36 | 0 | 26 | 12C | 25 | 2D |
| Octal | 236 | 110 | 236 | 0 | 66 | 0 | 46 | 454 | 45 | 55 |
| Binary | 10011110 | 1001000 | 10011110 | 0 | 110110 | 0 | 100110 | 100101100 | 100101 | 101101 |
Color Harmonies of #9E489E
Complementary color
Monochromatic Colors of #9E489E
Black with #9E489E
Text Example
Text Example
White with #9E489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E489E; }
p { color: rgb(158,72,158); }
H1.HeaderClassName
{
color: #9E489E;
}
.AnyTagClassName
{
color: #9E489E;
}
</style>
background-color css
<style>
a { background-color: #9E489E; }
a { background-color: rgb(158,72,158); }
div.DivClassName
{
background-color: #9E489E;
}
.BgClassName
{
background-color: #9E489E;
}
</style>
border-color css
<style>
span { border-color: #9E489E; }
span { border-color: rgb(158,72,158); }
td.TdClassName
{
border-color: #9E489E;
}
.TagClassName
{
border-color: #9E489E;
}
</style>