Shades of Violet Blue #9E659F
Tints of Violet Blue #9E659F
RGB
CMYK
RGB Variations
Color information
#9E659F (or 0x9E659F) is known color: Violet Blue. HEX triplet: 9E, 65 and 9F. RGB value is (158,101,159). Sum of RGB (Red+Green+Blue) = 158+101+159=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E659F is #619A60. Grayscale: #7C7C7C. Windows color (decimal): -6396513 or 10446238. OLE color: 10446238.
HSL color Cylindrical-coordinate representation of color #9E659F: hue angle of 298.97º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E659F is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 159 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.38 |
| HSL | 298.97º | 0.23% | 0.51% | - |
| HSV(B) | 298.97º | 0.36% | 0.62% | - |
| XYZ | 25.01 | 19.08 | 35.17 | - |
| YUV | 124.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 159 | 0.01 | 0.36 | 0 | 0.38 | 298.97 | 0.23 | 0.51 |
| Hex | 9E | 65 | 9F | 1 | 24 | 0 | 26 | 12B | 17 | 33 |
| Octal | 236 | 145 | 237 | 1 | 44 | 0 | 46 | 453 | 27 | 63 |
| Binary | 10011110 | 1100101 | 10011111 | 1 | 100100 | 0 | 100110 | 100101011 | 10111 | 110011 |
Color Harmonies of #9E659F
Complementary color
Monochromatic Colors of #9E659F
Black with #9E659F
Text Example
Text Example
White with #9E659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E659F; }
p { color: rgb(158,101,159); }
H1.HeaderClassName
{
color: #9E659F;
}
.AnyTagClassName
{
color: #9E659F;
}
</style>
background-color css
<style>
a { background-color: #9E659F; }
a { background-color: rgb(158,101,159); }
div.DivClassName
{
background-color: #9E659F;
}
.BgClassName
{
background-color: #9E659F;
}
</style>
border-color css
<style>
span { border-color: #9E659F; }
span { border-color: rgb(158,101,159); }
td.TdClassName
{
border-color: #9E659F;
}
.TagClassName
{
border-color: #9E659F;
}
</style>