Shades of Violet Blue #9E609D
Tints of Violet Blue #9E609D
RGB
CMYK
RGB Variations
Color information
#9E609D (or 0x9E609D) is known color: Violet Blue. HEX triplet: 9E, 60 and 9D. RGB value is (158,96,157). Sum of RGB (Red+Green+Blue) = 158+96+157=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E609D is #619F62. Grayscale: #797979. Windows color (decimal): -6397795 or 10313886. OLE color: 10313886.
HSL color Cylindrical-coordinate representation of color #9E609D: hue angle of 300.97º 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 #9E609D is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 157 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.38 |
| HSL | 300.97º | 0.24% | 0.5% | - |
| HSV(B) | 300.97º | 0.39% | 0.62% | - |
| XYZ | 24.37 | 18.07 | 34.1 | - |
| YUV | 121.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 157 | 0 | 0.39 | 0.01 | 0.38 | 300.97 | 0.24 | 0.5 |
| Hex | 9E | 60 | 9D | 0 | 27 | 1 | 26 | 12D | 18 | 32 |
| Octal | 236 | 140 | 235 | 0 | 47 | 1 | 46 | 455 | 30 | 62 |
| Binary | 10011110 | 1100000 | 10011101 | 0 | 100111 | 1 | 100110 | 100101101 | 11000 | 110010 |
Color Harmonies of #9E609D
Complementary color
Monochromatic Colors of #9E609D
Black with #9E609D
Text Example
Text Example
White with #9E609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E609D; }
p { color: rgb(158,96,157); }
H1.HeaderClassName
{
color: #9E609D;
}
.AnyTagClassName
{
color: #9E609D;
}
</style>
background-color css
<style>
a { background-color: #9E609D; }
a { background-color: rgb(158,96,157); }
div.DivClassName
{
background-color: #9E609D;
}
.BgClassName
{
background-color: #9E609D;
}
</style>
border-color css
<style>
span { border-color: #9E609D; }
span { border-color: rgb(158,96,157); }
td.TdClassName
{
border-color: #9E609D;
}
.TagClassName
{
border-color: #9E609D;
}
</style>