Shades of Cold Purple #9C8ECE
Tints of Cold Purple #9C8ECE
RGB
CMYK
RGB Variations
Color information
#9C8ECE (or 0x9C8ECE) is known color: Cold Purple. HEX triplet: 9C, 8E and CE. RGB value is (156,142,206). Sum of RGB (Red+Green+Blue) = 156+142+206=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ECE is #637131. Grayscale: #999999. Windows color (decimal): -6517042 or 13536924. OLE color: 13536924.
HSL color Cylindrical-coordinate representation of color #9C8ECE: hue angle of 253.12º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C8ECE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 142 | 206 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.19 |
| HSL | 253.13º | 0.4% | 0.68% | - |
| HSV(B) | 253.13º | 0.31% | 0.81% | - |
| XYZ | 34.52 | 30.87 | 62.53 | - |
| YUV | 153.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 206 | 0.24 | 0.31 | 0 | 0.19 | 253.13 | 0.4 | 0.68 |
| Hex | 9C | 8E | CE | 18 | 1F | 0 | 13 | FD | 28 | 44 |
| Octal | 234 | 216 | 316 | 30 | 37 | 0 | 23 | 375 | 50 | 104 |
| Binary | 10011100 | 10001110 | 11001110 | 11000 | 11111 | 0 | 10011 | 11111101 | 101000 | 1000100 |
Color Harmonies of #9C8ECE
Complementary color
Monochromatic Colors of #9C8ECE
Black with #9C8ECE
Text Example
Text Example
White with #9C8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8ECE; }
p { color: rgb(156,142,206); }
H1.HeaderClassName
{
color: #9C8ECE;
}
.AnyTagClassName
{
color: #9C8ECE;
}
</style>
background-color css
<style>
a { background-color: #9C8ECE; }
a { background-color: rgb(156,142,206); }
div.DivClassName
{
background-color: #9C8ECE;
}
.BgClassName
{
background-color: #9C8ECE;
}
</style>
border-color css
<style>
span { border-color: #9C8ECE; }
span { border-color: rgb(156,142,206); }
td.TdClassName
{
border-color: #9C8ECE;
}
.TagClassName
{
border-color: #9C8ECE;
}
</style>