Shades of Violet Blue #9E4493
Tints of Violet Blue #9E4493
RGB
CMYK
RGB Variations
Color information
#9E4493 (or 0x9E4493) is known color: Violet Blue. HEX triplet: 9E, 44 and 93. RGB value is (158,68,147). Sum of RGB (Red+Green+Blue) = 158+68+147=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4493 is #61BB6C. Grayscale: #676767. Windows color (decimal): -6404973 or 9651358. OLE color: 9651358.
HSL color Cylindrical-coordinate representation of color #9E4493: hue angle of 307.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4493 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 68 | 147 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.38 |
| HSL | 307.33º | 0.4% | 0.44% | - |
| HSV(B) | 307.33º | 0.57% | 0.62% | - |
| XYZ | 21.43 | 13.51 | 29.08 | - |
| YUV | 103.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 68 | 147 | 0 | 0.57 | 0.07 | 0.38 | 307.33 | 0.4 | 0.44 |
| Hex | 9E | 44 | 93 | 0 | 39 | 7 | 26 | 133 | 28 | 2C |
| Octal | 236 | 104 | 223 | 0 | 71 | 7 | 46 | 463 | 50 | 54 |
| Binary | 10011110 | 1000100 | 10010011 | 0 | 111001 | 111 | 100110 | 100110011 | 101000 | 101100 |
Color Harmonies of #9E4493
Complementary color
Monochromatic Colors of #9E4493
Black with #9E4493
Text Example
Text Example
White with #9E4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4493; }
p { color: rgb(158,68,147); }
H1.HeaderClassName
{
color: #9E4493;
}
.AnyTagClassName
{
color: #9E4493;
}
</style>
background-color css
<style>
a { background-color: #9E4493; }
a { background-color: rgb(158,68,147); }
div.DivClassName
{
background-color: #9E4493;
}
.BgClassName
{
background-color: #9E4493;
}
</style>
border-color css
<style>
span { border-color: #9E4493; }
span { border-color: rgb(158,68,147); }
td.TdClassName
{
border-color: #9E4493;
}
.TagClassName
{
border-color: #9E4493;
}
</style>