Shades of Violet Blue #9E4D8B
Tints of Violet Blue #9E4D8B
RGB
CMYK
RGB Variations
Color information
#9E4D8B (or 0x9E4D8B) is known color: Violet Blue. HEX triplet: 9E, 4D and 8B. RGB value is (158,77,139). Sum of RGB (Red+Green+Blue) = 158+77+139=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4D8B is #61B274. Grayscale: #6C6C6C. Windows color (decimal): -6402677 or 9129374. OLE color: 9129374.
HSL color Cylindrical-coordinate representation of color #9E4D8B: hue angle of 314.07º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D8B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 139 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.38 |
| HSL | 314.07º | 0.34% | 0.46% | - |
| HSV(B) | 314.07º | 0.51% | 0.62% | - |
| XYZ | 21.41 | 14.44 | 26.08 | - |
| YUV | 108.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 139 | 0 | 0.51 | 0.12 | 0.38 | 314.07 | 0.34 | 0.46 |
| Hex | 9E | 4D | 8B | 0 | 33 | C | 26 | 13A | 22 | 2E |
| Octal | 236 | 115 | 213 | 0 | 63 | 14 | 46 | 472 | 42 | 56 |
| Binary | 10011110 | 1001101 | 10001011 | 0 | 110011 | 1100 | 100110 | 100111010 | 100010 | 101110 |
Color Harmonies of #9E4D8B
Complementary color
Monochromatic Colors of #9E4D8B
Black with #9E4D8B
Text Example
Text Example
White with #9E4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D8B; }
p { color: rgb(158,77,139); }
H1.HeaderClassName
{
color: #9E4D8B;
}
.AnyTagClassName
{
color: #9E4D8B;
}
</style>
background-color css
<style>
a { background-color: #9E4D8B; }
a { background-color: rgb(158,77,139); }
div.DivClassName
{
background-color: #9E4D8B;
}
.BgClassName
{
background-color: #9E4D8B;
}
</style>
border-color css
<style>
span { border-color: #9E4D8B; }
span { border-color: rgb(158,77,139); }
td.TdClassName
{
border-color: #9E4D8B;
}
.TagClassName
{
border-color: #9E4D8B;
}
</style>