Shades of Cold Purple #9C8CC0
Tints of Cold Purple #9C8CC0
RGB
CMYK
RGB Variations
Color information
#9C8CC0 (or 0x9C8CC0) is known color: Cold Purple. HEX triplet: 9C, 8C and C0. RGB value is (156,140,192). Sum of RGB (Red+Green+Blue) = 156+140+192=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C8CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CC0 is #63733F. Grayscale: #969696. Windows color (decimal): -6517568 or 12618908. OLE color: 12618908.
HSL color Cylindrical-coordinate representation of color #9C8CC0: hue angle of 258.46º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C8CC0 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 140 | 192 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.25 |
| HSL | 258.46º | 0.29% | 0.65% | - |
| HSV(B) | 258.46º | 0.27% | 0.75% | - |
| XYZ | 32.6 | 29.63 | 53.87 | - |
| YUV | 150.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 192 | 0.19 | 0.27 | 0 | 0.25 | 258.46 | 0.29 | 0.65 |
| Hex | 9C | 8C | C0 | 13 | 1B | 0 | 19 | 102 | 1D | 41 |
| Octal | 234 | 214 | 300 | 23 | 33 | 0 | 31 | 402 | 35 | 101 |
| Binary | 10011100 | 10001100 | 11000000 | 10011 | 11011 | 0 | 11001 | 100000010 | 11101 | 1000001 |
Color Harmonies of #9C8CC0
Complementary color
Monochromatic Colors of #9C8CC0
Black with #9C8CC0
Text Example
Text Example
White with #9C8CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8CC0; }
p { color: rgb(156,140,192); }
H1.HeaderClassName
{
color: #9C8CC0;
}
.AnyTagClassName
{
color: #9C8CC0;
}
</style>
background-color css
<style>
a { background-color: #9C8CC0; }
a { background-color: rgb(156,140,192); }
div.DivClassName
{
background-color: #9C8CC0;
}
.BgClassName
{
background-color: #9C8CC0;
}
</style>
border-color css
<style>
span { border-color: #9C8CC0; }
span { border-color: rgb(156,140,192); }
td.TdClassName
{
border-color: #9C8CC0;
}
.TagClassName
{
border-color: #9C8CC0;
}
</style>