Shades of Violet Blue #9E4A94
Tints of Violet Blue #9E4A94
RGB
CMYK
RGB Variations
Color information
#9E4A94 (or 0x9E4A94) is known color: Violet Blue. HEX triplet: 9E, 4A and 94. RGB value is (158,74,148). Sum of RGB (Red+Green+Blue) = 158+74+148=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4A94 is #61B56B. Grayscale: #6B6B6B. Windows color (decimal): -6403436 or 9718430. OLE color: 9718430.
HSL color Cylindrical-coordinate representation of color #9E4A94: hue angle of 307.14º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A94 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 148 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.38 |
| HSL | 307.14º | 0.36% | 0.45% | - |
| HSV(B) | 307.14º | 0.53% | 0.62% | - |
| XYZ | 21.89 | 14.3 | 29.62 | - |
| YUV | 107.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 148 | 0 | 0.53 | 0.06 | 0.38 | 307.14 | 0.36 | 0.45 |
| Hex | 9E | 4A | 94 | 0 | 35 | 6 | 26 | 133 | 24 | 2D |
| Octal | 236 | 112 | 224 | 0 | 65 | 6 | 46 | 463 | 44 | 55 |
| Binary | 10011110 | 1001010 | 10010100 | 0 | 110101 | 110 | 100110 | 100110011 | 100100 | 101101 |
Color Harmonies of #9E4A94
Complementary color
Monochromatic Colors of #9E4A94
Black with #9E4A94
Text Example
Text Example
White with #9E4A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A94; }
p { color: rgb(158,74,148); }
H1.HeaderClassName
{
color: #9E4A94;
}
.AnyTagClassName
{
color: #9E4A94;
}
</style>
background-color css
<style>
a { background-color: #9E4A94; }
a { background-color: rgb(158,74,148); }
div.DivClassName
{
background-color: #9E4A94;
}
.BgClassName
{
background-color: #9E4A94;
}
</style>
border-color css
<style>
span { border-color: #9E4A94; }
span { border-color: rgb(158,74,148); }
td.TdClassName
{
border-color: #9E4A94;
}
.TagClassName
{
border-color: #9E4A94;
}
</style>