Shades of Violet Blue #9E5293
Tints of Violet Blue #9E5293
RGB
CMYK
RGB Variations
Color information
#9E5293 (or 0x9E5293) is known color: Violet Blue. HEX triplet: 9E, 52 and 93. RGB value is (158,82,147). Sum of RGB (Red+Green+Blue) = 158+82+147=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5293 is #61AD6C. Grayscale: #6F6F6F. Windows color (decimal): -6401389 or 9654942. OLE color: 9654942.
HSL color Cylindrical-coordinate representation of color #9E5293: hue angle of 308.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E5293 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 147 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.38 |
| HSL | 308.68º | 0.32% | 0.47% | - |
| HSV(B) | 308.68º | 0.48% | 0.62% | - |
| XYZ | 22.38 | 15.41 | 29.4 | - |
| YUV | 112.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 147 | 0 | 0.48 | 0.07 | 0.38 | 308.68 | 0.32 | 0.47 |
| Hex | 9E | 52 | 93 | 0 | 30 | 7 | 26 | 135 | 20 | 2F |
| Octal | 236 | 122 | 223 | 0 | 60 | 7 | 46 | 465 | 40 | 57 |
| Binary | 10011110 | 1010010 | 10010011 | 0 | 110000 | 111 | 100110 | 100110101 | 100000 | 101111 |
Color Harmonies of #9E5293
Complementary color
Monochromatic Colors of #9E5293
Black with #9E5293
Text Example
Text Example
White with #9E5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5293; }
p { color: rgb(158,82,147); }
H1.HeaderClassName
{
color: #9E5293;
}
.AnyTagClassName
{
color: #9E5293;
}
</style>
background-color css
<style>
a { background-color: #9E5293; }
a { background-color: rgb(158,82,147); }
div.DivClassName
{
background-color: #9E5293;
}
.BgClassName
{
background-color: #9E5293;
}
</style>
border-color css
<style>
span { border-color: #9E5293; }
span { border-color: rgb(158,82,147); }
td.TdClassName
{
border-color: #9E5293;
}
.TagClassName
{
border-color: #9E5293;
}
</style>