Shades of Violet Blue #9E5A93
Tints of Violet Blue #9E5A93
RGB
CMYK
RGB Variations
Color information
#9E5A93 (or 0x9E5A93) is known color: Violet Blue. HEX triplet: 9E, 5A and 93. RGB value is (158,90,147). Sum of RGB (Red+Green+Blue) = 158+90+147=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5A93 is #61A56C. Grayscale: #747474. Windows color (decimal): -6399341 or 9656990. OLE color: 9656990.
HSL color Cylindrical-coordinate representation of color #9E5A93: hue angle of 309.71º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E5A93 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 147 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.38 |
| HSL | 309.71º | 0.27% | 0.49% | - |
| HSV(B) | 309.71º | 0.43% | 0.62% | - |
| XYZ | 23.02 | 16.69 | 29.61 | - |
| YUV | 116.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 147 | 0 | 0.43 | 0.07 | 0.38 | 309.71 | 0.27 | 0.49 |
| Hex | 9E | 5A | 93 | 0 | 2B | 7 | 26 | 136 | 1B | 31 |
| Octal | 236 | 132 | 223 | 0 | 53 | 7 | 46 | 466 | 33 | 61 |
| Binary | 10011110 | 1011010 | 10010011 | 0 | 101011 | 111 | 100110 | 100110110 | 11011 | 110001 |
Color Harmonies of #9E5A93
Complementary color
Monochromatic Colors of #9E5A93
Black with #9E5A93
Text Example
Text Example
White with #9E5A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A93; }
p { color: rgb(158,90,147); }
H1.HeaderClassName
{
color: #9E5A93;
}
.AnyTagClassName
{
color: #9E5A93;
}
</style>
background-color css
<style>
a { background-color: #9E5A93; }
a { background-color: rgb(158,90,147); }
div.DivClassName
{
background-color: #9E5A93;
}
.BgClassName
{
background-color: #9E5A93;
}
</style>
border-color css
<style>
span { border-color: #9E5A93; }
span { border-color: rgb(158,90,147); }
td.TdClassName
{
border-color: #9E5A93;
}
.TagClassName
{
border-color: #9E5A93;
}
</style>