Shades of Violet Blue #9E4293
Tints of Violet Blue #9E4293
RGB
CMYK
RGB Variations
Color information
#9E4293 (or 0x9E4293) is known color: Violet Blue. HEX triplet: 9E, 42 and 93. RGB value is (158,66,147). Sum of RGB (Red+Green+Blue) = 158+66+147=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4293 is #61BD6C. Grayscale: #666666. Windows color (decimal): -6405485 or 9650846. OLE color: 9650846.
HSL color Cylindrical-coordinate representation of color #9E4293: hue angle of 307.17º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4293 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 66 | 147 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.38 |
| HSL | 307.17º | 0.41% | 0.44% | - |
| HSV(B) | 307.17º | 0.58% | 0.62% | - |
| XYZ | 21.32 | 13.27 | 29.04 | - |
| YUV | 102.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 147 | 0 | 0.58 | 0.07 | 0.38 | 307.17 | 0.41 | 0.44 |
| Hex | 9E | 42 | 93 | 0 | 3A | 7 | 26 | 133 | 29 | 2C |
| Octal | 236 | 102 | 223 | 0 | 72 | 7 | 46 | 463 | 51 | 54 |
| Binary | 10011110 | 1000010 | 10010011 | 0 | 111010 | 111 | 100110 | 100110011 | 101001 | 101100 |
Color Harmonies of #9E4293
Complementary color
Monochromatic Colors of #9E4293
Black with #9E4293
Text Example
Text Example
White with #9E4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4293; }
p { color: rgb(158,66,147); }
H1.HeaderClassName
{
color: #9E4293;
}
.AnyTagClassName
{
color: #9E4293;
}
</style>
background-color css
<style>
a { background-color: #9E4293; }
a { background-color: rgb(158,66,147); }
div.DivClassName
{
background-color: #9E4293;
}
.BgClassName
{
background-color: #9E4293;
}
</style>
border-color css
<style>
span { border-color: #9E4293; }
span { border-color: rgb(158,66,147); }
td.TdClassName
{
border-color: #9E4293;
}
.TagClassName
{
border-color: #9E4293;
}
</style>