Shades of Violet Blue #9E659B
Tints of Violet Blue #9E659B
RGB
CMYK
RGB Variations
Color information
#9E659B (or 0x9E659B) is known color: Violet Blue. HEX triplet: 9E, 65 and 9B. RGB value is (158,101,155). Sum of RGB (Red+Green+Blue) = 158+101+155=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E659B is #619A64. Grayscale: #7C7C7C. Windows color (decimal): -6396517 or 10184094. OLE color: 10184094.
HSL color Cylindrical-coordinate representation of color #9E659B: hue angle of 303.16º 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 #9E659B is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 155 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.38 |
| HSL | 303.16º | 0.23% | 0.51% | - |
| HSV(B) | 303.16º | 0.36% | 0.62% | - |
| XYZ | 24.67 | 18.94 | 33.37 | - |
| YUV | 124.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 155 | 0 | 0.36 | 0.02 | 0.38 | 303.16 | 0.23 | 0.51 |
| Hex | 9E | 65 | 9B | 0 | 24 | 2 | 26 | 12F | 17 | 33 |
| Octal | 236 | 145 | 233 | 0 | 44 | 2 | 46 | 457 | 27 | 63 |
| Binary | 10011110 | 1100101 | 10011011 | 0 | 100100 | 10 | 100110 | 100101111 | 10111 | 110011 |
Color Harmonies of #9E659B
Complementary color
Monochromatic Colors of #9E659B
Black with #9E659B
Text Example
Text Example
White with #9E659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E659B; }
p { color: rgb(158,101,155); }
H1.HeaderClassName
{
color: #9E659B;
}
.AnyTagClassName
{
color: #9E659B;
}
</style>
background-color css
<style>
a { background-color: #9E659B; }
a { background-color: rgb(158,101,155); }
div.DivClassName
{
background-color: #9E659B;
}
.BgClassName
{
background-color: #9E659B;
}
</style>
border-color css
<style>
span { border-color: #9E659B; }
span { border-color: rgb(158,101,155); }
td.TdClassName
{
border-color: #9E659B;
}
.TagClassName
{
border-color: #9E659B;
}
</style>