Shades of Cold Purple #9C7ECB
Tints of Cold Purple #9C7ECB
RGB
CMYK
RGB Variations
Color information
#9C7ECB (or 0x9C7ECB) is known color: Cold Purple. HEX triplet: 9C, 7E and CB. RGB value is (156,126,203). Sum of RGB (Red+Green+Blue) = 156+126+203=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C7ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ECB is #638134. Grayscale: #8F8F8F. Windows color (decimal): -6521141 or 13336220. OLE color: 13336220.
HSL color Cylindrical-coordinate representation of color #9C7ECB: hue angle of 263.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C7ECB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 126 | 203 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.20 |
| HSL | 263.38º | 0.43% | 0.65% | - |
| HSV(B) | 263.38º | 0.38% | 0.8% | - |
| XYZ | 31.95 | 26.3 | 59.89 | - |
| YUV | 143.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 203 | 0.23 | 0.38 | 0 | 0.20 | 263.38 | 0.43 | 0.65 |
| Hex | 9C | 7E | CB | 17 | 26 | 0 | 14 | 107 | 2B | 41 |
| Octal | 234 | 176 | 313 | 27 | 46 | 0 | 24 | 407 | 53 | 101 |
| Binary | 10011100 | 1111110 | 11001011 | 10111 | 100110 | 0 | 10100 | 100000111 | 101011 | 1000001 |
Color Harmonies of #9C7ECB
Complementary color
Monochromatic Colors of #9C7ECB
Black with #9C7ECB
Text Example
Text Example
White with #9C7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7ECB; }
p { color: rgb(156,126,203); }
H1.HeaderClassName
{
color: #9C7ECB;
}
.AnyTagClassName
{
color: #9C7ECB;
}
</style>
background-color css
<style>
a { background-color: #9C7ECB; }
a { background-color: rgb(156,126,203); }
div.DivClassName
{
background-color: #9C7ECB;
}
.BgClassName
{
background-color: #9C7ECB;
}
</style>
border-color css
<style>
span { border-color: #9C7ECB; }
span { border-color: rgb(156,126,203); }
td.TdClassName
{
border-color: #9C7ECB;
}
.TagClassName
{
border-color: #9C7ECB;
}
</style>