Shades of Cold Purple #9C8ECC
Tints of Cold Purple #9C8ECC
RGB
CMYK
RGB Variations
Color information
#9C8ECC (or 0x9C8ECC) is known color: Cold Purple. HEX triplet: 9C, 8E and CC. RGB value is (156,142,204). Sum of RGB (Red+Green+Blue) = 156+142+204=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ECC is #637133. Grayscale: #999999. Windows color (decimal): -6517044 or 13405852. OLE color: 13405852.
HSL color Cylindrical-coordinate representation of color #9C8ECC: hue angle of 253.55º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C8ECC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 142 | 204 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.2 |
| HSL | 253.55º | 0.38% | 0.68% | - |
| HSV(B) | 253.55º | 0.3% | 0.8% | - |
| XYZ | 34.28 | 30.77 | 61.26 | - |
| YUV | 153.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 204 | 0.24 | 0.30 | 0 | 0.2 | 253.55 | 0.38 | 0.68 |
| Hex | 9C | 8E | CC | 18 | 1E | 0 | 14 | FE | 26 | 44 |
| Octal | 234 | 216 | 314 | 30 | 36 | 0 | 24 | 376 | 46 | 104 |
| Binary | 10011100 | 10001110 | 11001100 | 11000 | 11110 | 0 | 10100 | 11111110 | 100110 | 1000100 |
Color Harmonies of #9C8ECC
Complementary color
Monochromatic Colors of #9C8ECC
Black with #9C8ECC
Text Example
Text Example
White with #9C8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8ECC; }
p { color: rgb(156,142,204); }
H1.HeaderClassName
{
color: #9C8ECC;
}
.AnyTagClassName
{
color: #9C8ECC;
}
</style>
background-color css
<style>
a { background-color: #9C8ECC; }
a { background-color: rgb(156,142,204); }
div.DivClassName
{
background-color: #9C8ECC;
}
.BgClassName
{
background-color: #9C8ECC;
}
</style>
border-color css
<style>
span { border-color: #9C8ECC; }
span { border-color: rgb(156,142,204); }
td.TdClassName
{
border-color: #9C8ECC;
}
.TagClassName
{
border-color: #9C8ECC;
}
</style>