Shades of Violet Blue #9C639C
Tints of Violet Blue #9C639C
RGB
CMYK
RGB Variations
Color information
#9C639C (or 0x9C639C) is known color: Violet Blue. HEX triplet: 9C, 63 and 9C. RGB value is (156,99,156). Sum of RGB (Red+Green+Blue) = 156+99+156=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C639C is #639C63. Grayscale: #7A7A7A. Windows color (decimal): -6528100 or 10249116. OLE color: 10249116.
HSL color Cylindrical-coordinate representation of color #9C639C: hue angle of 300º 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 #9C639C is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 156 | - |
| CMYK | 0 | 0.37 | 0 | 0.39 |
| HSL | 300º | 0.22% | 0.5% | - |
| HSV(B) | 300º | 0.37% | 0.61% | - |
| XYZ | 24.17 | 18.39 | 33.73 | - |
| YUV | 122.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 156 | 0 | 0.37 | 0 | 0.39 | 300 | 0.22 | 0.5 |
| Hex | 9C | 63 | 9C | 0 | 25 | 0 | 27 | 12C | 16 | 32 |
| Octal | 234 | 143 | 234 | 0 | 45 | 0 | 47 | 454 | 26 | 62 |
| Binary | 10011100 | 1100011 | 10011100 | 0 | 100101 | 0 | 100111 | 100101100 | 10110 | 110010 |
Color Harmonies of #9C639C
Complementary color
Monochromatic Colors of #9C639C
Black with #9C639C
Text Example
Text Example
White with #9C639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C639C; }
p { color: rgb(156,99,156); }
H1.HeaderClassName
{
color: #9C639C;
}
.AnyTagClassName
{
color: #9C639C;
}
</style>
background-color css
<style>
a { background-color: #9C639C; }
a { background-color: rgb(156,99,156); }
div.DivClassName
{
background-color: #9C639C;
}
.BgClassName
{
background-color: #9C639C;
}
</style>
border-color css
<style>
span { border-color: #9C639C; }
span { border-color: rgb(156,99,156); }
td.TdClassName
{
border-color: #9C639C;
}
.TagClassName
{
border-color: #9C639C;
}
</style>