Shades of Violet Blue #9E509B
Tints of Violet Blue #9E509B
RGB
CMYK
RGB Variations
Color information
#9E509B (or 0x9E509B) is known color: Violet Blue. HEX triplet: 9E, 50 and 9B. RGB value is (158,80,155). Sum of RGB (Red+Green+Blue) = 158+80+155=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E509B is #61AF64. Grayscale: #6F6F6F. Windows color (decimal): -6401893 or 10178718. OLE color: 10178718.
HSL color Cylindrical-coordinate representation of color #9E509B: hue angle of 302.31º 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 #9E509B is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 155 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.38 |
| HSL | 302.31º | 0.33% | 0.47% | - |
| HSV(B) | 302.31º | 0.49% | 0.62% | - |
| XYZ | 22.89 | 15.37 | 32.77 | - |
| YUV | 111.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 155 | 0 | 0.49 | 0.02 | 0.38 | 302.31 | 0.33 | 0.47 |
| Hex | 9E | 50 | 9B | 0 | 31 | 2 | 26 | 12E | 21 | 2F |
| Octal | 236 | 120 | 233 | 0 | 61 | 2 | 46 | 456 | 41 | 57 |
| Binary | 10011110 | 1010000 | 10011011 | 0 | 110001 | 10 | 100110 | 100101110 | 100001 | 101111 |
Color Harmonies of #9E509B
Complementary color
Monochromatic Colors of #9E509B
Black with #9E509B
Text Example
Text Example
White with #9E509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E509B; }
p { color: rgb(158,80,155); }
H1.HeaderClassName
{
color: #9E509B;
}
.AnyTagClassName
{
color: #9E509B;
}
</style>
background-color css
<style>
a { background-color: #9E509B; }
a { background-color: rgb(158,80,155); }
div.DivClassName
{
background-color: #9E509B;
}
.BgClassName
{
background-color: #9E509B;
}
</style>
border-color css
<style>
span { border-color: #9E509B; }
span { border-color: rgb(158,80,155); }
td.TdClassName
{
border-color: #9E509B;
}
.TagClassName
{
border-color: #9E509B;
}
</style>