Shades of Violet Blue #9E6095
Tints of Violet Blue #9E6095
RGB
CMYK
RGB Variations
Color information
#9E6095 (or 0x9E6095) is known color: Violet Blue. HEX triplet: 9E, 60 and 95. RGB value is (158,96,149). Sum of RGB (Red+Green+Blue) = 158+96+149=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6095 is #619F6A. Grayscale: #787878. Windows color (decimal): -6397803 or 9789598. OLE color: 9789598.
HSL color Cylindrical-coordinate representation of color #9E6095: hue angle of 308.71º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6095 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 149 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.38 |
| HSL | 308.71º | 0.24% | 0.5% | - |
| HSV(B) | 308.71º | 0.39% | 0.62% | - |
| XYZ | 23.71 | 17.8 | 30.62 | - |
| YUV | 120.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 149 | 0 | 0.39 | 0.06 | 0.38 | 308.71 | 0.24 | 0.5 |
| Hex | 9E | 60 | 95 | 0 | 27 | 6 | 26 | 135 | 18 | 32 |
| Octal | 236 | 140 | 225 | 0 | 47 | 6 | 46 | 465 | 30 | 62 |
| Binary | 10011110 | 1100000 | 10010101 | 0 | 100111 | 110 | 100110 | 100110101 | 11000 | 110010 |
Color Harmonies of #9E6095
Complementary color
Monochromatic Colors of #9E6095
Black with #9E6095
Text Example
Text Example
White with #9E6095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6095; }
p { color: rgb(158,96,149); }
H1.HeaderClassName
{
color: #9E6095;
}
.AnyTagClassName
{
color: #9E6095;
}
</style>
background-color css
<style>
a { background-color: #9E6095; }
a { background-color: rgb(158,96,149); }
div.DivClassName
{
background-color: #9E6095;
}
.BgClassName
{
background-color: #9E6095;
}
</style>
border-color css
<style>
span { border-color: #9E6095; }
span { border-color: rgb(158,96,149); }
td.TdClassName
{
border-color: #9E6095;
}
.TagClassName
{
border-color: #9E6095;
}
</style>