Shades of Violet Blue #9C639D
Tints of Violet Blue #9C639D
RGB
CMYK
RGB Variations
Color information
#9C639D (or 0x9C639D) is known color: Violet Blue. HEX triplet: 9C, 63 and 9D. RGB value is (156,99,157). Sum of RGB (Red+Green+Blue) = 156+99+157=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C639D is #639C62. Grayscale: #7A7A7A. Windows color (decimal): -6528099 or 10314652. OLE color: 10314652.
HSL color Cylindrical-coordinate representation of color #9C639D: hue angle of 298.97º 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 #9C639D is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 99 | 157 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.38 |
| HSL | 298.97º | 0.23% | 0.5% | - |
| HSV(B) | 298.97º | 0.37% | 0.62% | - |
| XYZ | 24.26 | 18.43 | 34.18 | - |
| YUV | 122.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 157 | 0.01 | 0.37 | 0 | 0.38 | 298.97 | 0.23 | 0.5 |
| Hex | 9C | 63 | 9D | 1 | 25 | 0 | 26 | 12B | 17 | 32 |
| Octal | 234 | 143 | 235 | 1 | 45 | 0 | 46 | 453 | 27 | 62 |
| Binary | 10011100 | 1100011 | 10011101 | 1 | 100101 | 0 | 100110 | 100101011 | 10111 | 110010 |
Color Harmonies of #9C639D
Complementary color
Monochromatic Colors of #9C639D
Black with #9C639D
Text Example
Text Example
White with #9C639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C639D; }
p { color: rgb(156,99,157); }
H1.HeaderClassName
{
color: #9C639D;
}
.AnyTagClassName
{
color: #9C639D;
}
</style>
background-color css
<style>
a { background-color: #9C639D; }
a { background-color: rgb(156,99,157); }
div.DivClassName
{
background-color: #9C639D;
}
.BgClassName
{
background-color: #9C639D;
}
</style>
border-color css
<style>
span { border-color: #9C639D; }
span { border-color: rgb(156,99,157); }
td.TdClassName
{
border-color: #9C639D;
}
.TagClassName
{
border-color: #9C639D;
}
</style>