Shades of Violet Blue #9E649B
Tints of Violet Blue #9E649B
RGB
CMYK
RGB Variations
Color information
#9E649B (or 0x9E649B) is known color: Violet Blue. HEX triplet: 9E, 64 and 9B. RGB value is (158,100,155). Sum of RGB (Red+Green+Blue) = 158+100+155=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E649B is #619B64. Grayscale: #7B7B7B. Windows color (decimal): -6396773 or 10183838. OLE color: 10183838.
HSL color Cylindrical-coordinate representation of color #9E649B: hue angle of 303.1º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E649B is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 155 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.38 |
| HSL | 303.1º | 0.23% | 0.51% | - |
| HSV(B) | 303.1º | 0.37% | 0.62% | - |
| XYZ | 24.57 | 18.75 | 33.33 | - |
| YUV | 123.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 155 | 0 | 0.37 | 0.02 | 0.38 | 303.1 | 0.23 | 0.51 |
| Hex | 9E | 64 | 9B | 0 | 25 | 2 | 26 | 12F | 17 | 33 |
| Octal | 236 | 144 | 233 | 0 | 45 | 2 | 46 | 457 | 27 | 63 |
| Binary | 10011110 | 1100100 | 10011011 | 0 | 100101 | 10 | 100110 | 100101111 | 10111 | 110011 |
Color Harmonies of #9E649B
Complementary color
Monochromatic Colors of #9E649B
Black with #9E649B
Text Example
Text Example
White with #9E649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E649B; }
p { color: rgb(158,100,155); }
H1.HeaderClassName
{
color: #9E649B;
}
.AnyTagClassName
{
color: #9E649B;
}
</style>
background-color css
<style>
a { background-color: #9E649B; }
a { background-color: rgb(158,100,155); }
div.DivClassName
{
background-color: #9E649B;
}
.BgClassName
{
background-color: #9E649B;
}
</style>
border-color css
<style>
span { border-color: #9E649B; }
span { border-color: rgb(158,100,155); }
td.TdClassName
{
border-color: #9E649B;
}
.TagClassName
{
border-color: #9E649B;
}
</style>