Shades of Violet Blue #9D639B
Tints of Violet Blue #9D639B
RGB
CMYK
RGB Variations
Color information
#9D639B (or 0x9D639B) is known color: Violet Blue. HEX triplet: 9D, 63 and 9B. RGB value is (157,99,155). Sum of RGB (Red+Green+Blue) = 157+99+155=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D639B is #629C64. Grayscale: #7A7A7A. Windows color (decimal): -6462565 or 10183581. OLE color: 10183581.
HSL color Cylindrical-coordinate representation of color #9D639B: hue angle of 302.07º 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 #9D639B is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 155 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.38 |
| HSL | 302.07º | 0.23% | 0.5% | - |
| HSV(B) | 302.07º | 0.37% | 0.62% | - |
| XYZ | 24.28 | 18.46 | 33.29 | - |
| YUV | 122.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 155 | 0 | 0.37 | 0.01 | 0.38 | 302.07 | 0.23 | 0.5 |
| Hex | 9D | 63 | 9B | 0 | 25 | 1 | 26 | 12E | 17 | 32 |
| Octal | 235 | 143 | 233 | 0 | 45 | 1 | 46 | 456 | 27 | 62 |
| Binary | 10011101 | 1100011 | 10011011 | 0 | 100101 | 1 | 100110 | 100101110 | 10111 | 110010 |
Color Harmonies of #9D639B
Complementary color
Monochromatic Colors of #9D639B
Black with #9D639B
Text Example
Text Example
White with #9D639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D639B; }
p { color: rgb(157,99,155); }
H1.HeaderClassName
{
color: #9D639B;
}
.AnyTagClassName
{
color: #9D639B;
}
</style>
background-color css
<style>
a { background-color: #9D639B; }
a { background-color: rgb(157,99,155); }
div.DivClassName
{
background-color: #9D639B;
}
.BgClassName
{
background-color: #9D639B;
}
</style>
border-color css
<style>
span { border-color: #9D639B; }
span { border-color: rgb(157,99,155); }
td.TdClassName
{
border-color: #9D639B;
}
.TagClassName
{
border-color: #9D639B;
}
</style>