Shades of Violet Blue #9E538B
Tints of Violet Blue #9E538B
RGB
CMYK
RGB Variations
Color information
#9E538B (or 0x9E538B) is known color: Violet Blue. HEX triplet: 9E, 53 and 8B. RGB value is (158,83,139). Sum of RGB (Red+Green+Blue) = 158+83+139=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E538B is #61AC74. Grayscale: #6F6F6F. Windows color (decimal): -6401141 or 9130910. OLE color: 9130910.
HSL color Cylindrical-coordinate representation of color #9E538B: hue angle of 315.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E538B is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 83 | 139 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.38 |
| HSL | 315.2º | 0.31% | 0.47% | - |
| HSV(B) | 315.2º | 0.47% | 0.62% | - |
| XYZ | 21.85 | 15.32 | 26.23 | - |
| YUV | 111.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 139 | 0 | 0.47 | 0.12 | 0.38 | 315.2 | 0.31 | 0.47 |
| Hex | 9E | 53 | 8B | 0 | 2F | C | 26 | 13B | 1F | 2F |
| Octal | 236 | 123 | 213 | 0 | 57 | 14 | 46 | 473 | 37 | 57 |
| Binary | 10011110 | 1010011 | 10001011 | 0 | 101111 | 1100 | 100110 | 100111011 | 11111 | 101111 |
Color Harmonies of #9E538B
Complementary color
Monochromatic Colors of #9E538B
Black with #9E538B
Text Example
Text Example
White with #9E538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E538B; }
p { color: rgb(158,83,139); }
H1.HeaderClassName
{
color: #9E538B;
}
.AnyTagClassName
{
color: #9E538B;
}
</style>
background-color css
<style>
a { background-color: #9E538B; }
a { background-color: rgb(158,83,139); }
div.DivClassName
{
background-color: #9E538B;
}
.BgClassName
{
background-color: #9E538B;
}
</style>
border-color css
<style>
span { border-color: #9E538B; }
span { border-color: rgb(158,83,139); }
td.TdClassName
{
border-color: #9E538B;
}
.TagClassName
{
border-color: #9E538B;
}
</style>