Shades of Violet Blue #9C639B
Tints of Violet Blue #9C639B
RGB
CMYK
RGB Variations
Color information
#9C639B (or 0x9C639B) is known color: Violet Blue. HEX triplet: 9C, 63 and 9B. RGB value is (156,99,155). Sum of RGB (Red+Green+Blue) = 156+99+155=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C639B is #639C64. Grayscale: #7A7A7A. Windows color (decimal): -6528101 or 10183580. OLE color: 10183580.
HSL color Cylindrical-coordinate representation of color #9C639B: hue angle of 301.05º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C639B is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 155 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.39 |
| HSL | 301.05º | 0.22% | 0.5% | - |
| HSV(B) | 301.05º | 0.37% | 0.61% | - |
| XYZ | 24.09 | 18.36 | 33.28 | - |
| YUV | 122.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 155 | 0 | 0.37 | 0.01 | 0.39 | 301.05 | 0.22 | 0.5 |
| Hex | 9C | 63 | 9B | 0 | 25 | 1 | 27 | 12D | 16 | 32 |
| Octal | 234 | 143 | 233 | 0 | 45 | 1 | 47 | 455 | 26 | 62 |
| Binary | 10011100 | 1100011 | 10011011 | 0 | 100101 | 1 | 100111 | 100101101 | 10110 | 110010 |
Color Harmonies of #9C639B
Complementary color
Monochromatic Colors of #9C639B
Black with #9C639B
Text Example
Text Example
White with #9C639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C639B; }
p { color: rgb(156,99,155); }
H1.HeaderClassName
{
color: #9C639B;
}
.AnyTagClassName
{
color: #9C639B;
}
</style>
background-color css
<style>
a { background-color: #9C639B; }
a { background-color: rgb(156,99,155); }
div.DivClassName
{
background-color: #9C639B;
}
.BgClassName
{
background-color: #9C639B;
}
</style>
border-color css
<style>
span { border-color: #9C639B; }
span { border-color: rgb(156,99,155); }
td.TdClassName
{
border-color: #9C639B;
}
.TagClassName
{
border-color: #9C639B;
}
</style>