Shades of Violet Blue #9E4DA8
Tints of Violet Blue #9E4DA8
RGB
CMYK
RGB Variations
Color information
#9E4DA8 (or 0x9E4DA8) is known color: Violet Blue. HEX triplet: 9E, 4D and A8. RGB value is (158,77,168). Sum of RGB (Red+Green+Blue) = 158+77+168=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 168 - color contains mainly: blue. Hex color #9E4DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DA8 is #61B257. Grayscale: #6F6F6F. Windows color (decimal): -6402648 or 11029918. OLE color: 11029918.
HSL color Cylindrical-coordinate representation of color #9E4DA8: hue angle of 293.41º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4DA8 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 77 | 168 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.34 |
| HSL | 293.41º | 0.37% | 0.48% | - |
| HSV(B) | 293.41º | 0.54% | 0.66% | - |
| XYZ | 23.82 | 15.4 | 38.76 | - |
| YUV | 111.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 168 | 0.06 | 0.54 | 0 | 0.34 | 293.41 | 0.37 | 0.48 |
| Hex | 9E | 4D | A8 | 6 | 36 | 0 | 22 | 125 | 25 | 30 |
| Octal | 236 | 115 | 250 | 6 | 66 | 0 | 42 | 445 | 45 | 60 |
| Binary | 10011110 | 1001101 | 10101000 | 110 | 110110 | 0 | 100010 | 100100101 | 100101 | 110000 |
Color Harmonies of #9E4DA8
Complementary color
Monochromatic Colors of #9E4DA8
Black with #9E4DA8
Text Example
Text Example
White with #9E4DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DA8; }
p { color: rgb(158,77,168); }
H1.HeaderClassName
{
color: #9E4DA8;
}
.AnyTagClassName
{
color: #9E4DA8;
}
</style>
background-color css
<style>
a { background-color: #9E4DA8; }
a { background-color: rgb(158,77,168); }
div.DivClassName
{
background-color: #9E4DA8;
}
.BgClassName
{
background-color: #9E4DA8;
}
</style>
border-color css
<style>
span { border-color: #9E4DA8; }
span { border-color: rgb(158,77,168); }
td.TdClassName
{
border-color: #9E4DA8;
}
.TagClassName
{
border-color: #9E4DA8;
}
</style>