Shades of Violet Blue #9E508B
Tints of Violet Blue #9E508B
RGB
CMYK
RGB Variations
Color information
#9E508B (or 0x9E508B) is known color: Violet Blue. HEX triplet: 9E, 50 and 8B. RGB value is (158,80,139). Sum of RGB (Red+Green+Blue) = 158+80+139=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E508B is #61AF74. Grayscale: #6D6D6D. Windows color (decimal): -6401909 or 9130142. OLE color: 9130142.
HSL color Cylindrical-coordinate representation of color #9E508B: hue angle of 314.62º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E508B is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 139 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.38 |
| HSL | 314.62º | 0.33% | 0.47% | - |
| HSV(B) | 314.62º | 0.49% | 0.62% | - |
| XYZ | 21.63 | 14.87 | 26.16 | - |
| YUV | 110.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 139 | 0 | 0.49 | 0.12 | 0.38 | 314.62 | 0.33 | 0.47 |
| Hex | 9E | 50 | 8B | 0 | 31 | C | 26 | 13B | 21 | 2F |
| Octal | 236 | 120 | 213 | 0 | 61 | 14 | 46 | 473 | 41 | 57 |
| Binary | 10011110 | 1010000 | 10001011 | 0 | 110001 | 1100 | 100110 | 100111011 | 100001 | 101111 |
Color Harmonies of #9E508B
Complementary color
Monochromatic Colors of #9E508B
Black with #9E508B
Text Example
Text Example
White with #9E508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E508B; }
p { color: rgb(158,80,139); }
H1.HeaderClassName
{
color: #9E508B;
}
.AnyTagClassName
{
color: #9E508B;
}
</style>
background-color css
<style>
a { background-color: #9E508B; }
a { background-color: rgb(158,80,139); }
div.DivClassName
{
background-color: #9E508B;
}
.BgClassName
{
background-color: #9E508B;
}
</style>
border-color css
<style>
span { border-color: #9E508B; }
span { border-color: rgb(158,80,139); }
td.TdClassName
{
border-color: #9E508B;
}
.TagClassName
{
border-color: #9E508B;
}
</style>