Shades of Violet Blue #9E5099
Tints of Violet Blue #9E5099
RGB
CMYK
RGB Variations
Color information
#9E5099 (or 0x9E5099) is known color: Violet Blue. HEX triplet: 9E, 50 and 99. RGB value is (158,80,153). Sum of RGB (Red+Green+Blue) = 158+80+153=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5099 is #61AF66. Grayscale: #6F6F6F. Windows color (decimal): -6401895 or 10047646. OLE color: 10047646.
HSL color Cylindrical-coordinate representation of color #9E5099: hue angle of 303.85º 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 #9E5099 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 153 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.38 |
| HSL | 303.85º | 0.33% | 0.47% | - |
| HSV(B) | 303.85º | 0.49% | 0.62% | - |
| XYZ | 22.72 | 15.31 | 31.89 | - |
| YUV | 111.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 153 | 0 | 0.49 | 0.03 | 0.38 | 303.85 | 0.33 | 0.47 |
| Hex | 9E | 50 | 99 | 0 | 31 | 3 | 26 | 130 | 21 | 2F |
| Octal | 236 | 120 | 231 | 0 | 61 | 3 | 46 | 460 | 41 | 57 |
| Binary | 10011110 | 1010000 | 10011001 | 0 | 110001 | 11 | 100110 | 100110000 | 100001 | 101111 |
Color Harmonies of #9E5099
Complementary color
Monochromatic Colors of #9E5099
Black with #9E5099
Text Example
Text Example
White with #9E5099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5099; }
p { color: rgb(158,80,153); }
H1.HeaderClassName
{
color: #9E5099;
}
.AnyTagClassName
{
color: #9E5099;
}
</style>
background-color css
<style>
a { background-color: #9E5099; }
a { background-color: rgb(158,80,153); }
div.DivClassName
{
background-color: #9E5099;
}
.BgClassName
{
background-color: #9E5099;
}
</style>
border-color css
<style>
span { border-color: #9E5099; }
span { border-color: rgb(158,80,153); }
td.TdClassName
{
border-color: #9E5099;
}
.TagClassName
{
border-color: #9E5099;
}
</style>