Shades of Violet Blue #9E4DA5
Tints of Violet Blue #9E4DA5
RGB
CMYK
RGB Variations
Color information
#9E4DA5 (or 0x9E4DA5) is known color: Violet Blue. HEX triplet: 9E, 4D and A5. RGB value is (158,77,165). Sum of RGB (Red+Green+Blue) = 158+77+165=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #9E4DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DA5 is #61B25A. Grayscale: #6E6E6E. Windows color (decimal): -6402651 or 10833310. OLE color: 10833310.
HSL color Cylindrical-coordinate representation of color #9E4DA5: hue angle of 295.23º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4DA5 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 77 | 165 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.35 |
| HSL | 295.23º | 0.36% | 0.47% | - |
| HSV(B) | 295.23º | 0.53% | 0.65% | - |
| XYZ | 23.55 | 15.29 | 37.31 | - |
| YUV | 111.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 165 | 0.04 | 0.53 | 0 | 0.35 | 295.23 | 0.36 | 0.47 |
| Hex | 9E | 4D | A5 | 4 | 35 | 0 | 23 | 127 | 24 | 2F |
| Octal | 236 | 115 | 245 | 4 | 65 | 0 | 43 | 447 | 44 | 57 |
| Binary | 10011110 | 1001101 | 10100101 | 100 | 110101 | 0 | 100011 | 100100111 | 100100 | 101111 |
Color Harmonies of #9E4DA5
Complementary color
Monochromatic Colors of #9E4DA5
Black with #9E4DA5
Text Example
Text Example
White with #9E4DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DA5; }
p { color: rgb(158,77,165); }
H1.HeaderClassName
{
color: #9E4DA5;
}
.AnyTagClassName
{
color: #9E4DA5;
}
</style>
background-color css
<style>
a { background-color: #9E4DA5; }
a { background-color: rgb(158,77,165); }
div.DivClassName
{
background-color: #9E4DA5;
}
.BgClassName
{
background-color: #9E4DA5;
}
</style>
border-color css
<style>
span { border-color: #9E4DA5; }
span { border-color: rgb(158,77,165); }
td.TdClassName
{
border-color: #9E4DA5;
}
.TagClassName
{
border-color: #9E4DA5;
}
</style>