Shades of Violet Blue #9E639B
Tints of Violet Blue #9E639B
RGB
CMYK
RGB Variations
Color information
#9E639B (or 0x9E639B) is known color: Violet Blue. HEX triplet: 9E, 63 and 9B. RGB value is (158,99,155). Sum of RGB (Red+Green+Blue) = 158+99+155=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 158 - color contains mainly: red. Hex color #9E639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E639B is #619C64. Grayscale: #7A7A7A. Windows color (decimal): -6397029 or 10183582. OLE color: 10183582.
HSL color Cylindrical-coordinate representation of color #9E639B: hue angle of 303.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E639B is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 155 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.38 |
| HSL | 303.05º | 0.23% | 0.5% | - |
| HSV(B) | 303.05º | 0.37% | 0.62% | - |
| XYZ | 24.48 | 18.56 | 33.3 | - |
| YUV | 123.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 155 | 0 | 0.37 | 0.02 | 0.38 | 303.05 | 0.23 | 0.5 |
| Hex | 9E | 63 | 9B | 0 | 25 | 2 | 26 | 12F | 17 | 32 |
| Octal | 236 | 143 | 233 | 0 | 45 | 2 | 46 | 457 | 27 | 62 |
| Binary | 10011110 | 1100011 | 10011011 | 0 | 100101 | 10 | 100110 | 100101111 | 10111 | 110010 |
Color Harmonies of #9E639B
Complementary color
Monochromatic Colors of #9E639B
Black with #9E639B
Text Example
Text Example
White with #9E639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E639B; }
p { color: rgb(158,99,155); }
H1.HeaderClassName
{
color: #9E639B;
}
.AnyTagClassName
{
color: #9E639B;
}
</style>
background-color css
<style>
a { background-color: #9E639B; }
a { background-color: rgb(158,99,155); }
div.DivClassName
{
background-color: #9E639B;
}
.BgClassName
{
background-color: #9E639B;
}
</style>
border-color css
<style>
span { border-color: #9E639B; }
span { border-color: rgb(158,99,155); }
td.TdClassName
{
border-color: #9E639B;
}
.TagClassName
{
border-color: #9E639B;
}
</style>