Shades of Violet Blue #9E5393
Tints of Violet Blue #9E5393
RGB
CMYK
RGB Variations
Color information
#9E5393 (or 0x9E5393) is known color: Violet Blue. HEX triplet: 9E, 53 and 93. RGB value is (158,83,147). Sum of RGB (Red+Green+Blue) = 158+83+147=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5393 is #61AC6C. Grayscale: #707070. Windows color (decimal): -6401133 or 9655198. OLE color: 9655198.
HSL color Cylindrical-coordinate representation of color #9E5393: hue angle of 308.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5393 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 83 | 147 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.38 |
| HSL | 308.8º | 0.31% | 0.47% | - |
| HSV(B) | 308.8º | 0.47% | 0.62% | - |
| XYZ | 22.46 | 15.56 | 29.42 | - |
| YUV | 112.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 147 | 0 | 0.47 | 0.07 | 0.38 | 308.8 | 0.31 | 0.47 |
| Hex | 9E | 53 | 93 | 0 | 2F | 7 | 26 | 135 | 1F | 2F |
| Octal | 236 | 123 | 223 | 0 | 57 | 7 | 46 | 465 | 37 | 57 |
| Binary | 10011110 | 1010011 | 10010011 | 0 | 101111 | 111 | 100110 | 100110101 | 11111 | 101111 |
Color Harmonies of #9E5393
Complementary color
Monochromatic Colors of #9E5393
Black with #9E5393
Text Example
Text Example
White with #9E5393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5393; }
p { color: rgb(158,83,147); }
H1.HeaderClassName
{
color: #9E5393;
}
.AnyTagClassName
{
color: #9E5393;
}
</style>
background-color css
<style>
a { background-color: #9E5393; }
a { background-color: rgb(158,83,147); }
div.DivClassName
{
background-color: #9E5393;
}
.BgClassName
{
background-color: #9E5393;
}
</style>
border-color css
<style>
span { border-color: #9E5393; }
span { border-color: rgb(158,83,147); }
td.TdClassName
{
border-color: #9E5393;
}
.TagClassName
{
border-color: #9E5393;
}
</style>