Shades of Cold Purple #9C87CE
Tints of Cold Purple #9C87CE
RGB
CMYK
RGB Variations
Color information
#9C87CE (or 0x9C87CE) is known color: Cold Purple. HEX triplet: 9C, 87 and CE. RGB value is (156,135,206). Sum of RGB (Red+Green+Blue) = 156+135+206=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C87CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87CE is #637831. Grayscale: #959595. Windows color (decimal): -6518834 or 13535132. OLE color: 13535132.
HSL color Cylindrical-coordinate representation of color #9C87CE: hue angle of 257.75º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C87CE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 135 | 206 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.19 |
| HSL | 257.75º | 0.42% | 0.67% | - |
| HSV(B) | 257.75º | 0.34% | 0.81% | - |
| XYZ | 33.51 | 28.85 | 62.2 | - |
| YUV | 149.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 206 | 0.24 | 0.34 | 0 | 0.19 | 257.75 | 0.42 | 0.67 |
| Hex | 9C | 87 | CE | 18 | 22 | 0 | 13 | 102 | 2A | 43 |
| Octal | 234 | 207 | 316 | 30 | 42 | 0 | 23 | 402 | 52 | 103 |
| Binary | 10011100 | 10000111 | 11001110 | 11000 | 100010 | 0 | 10011 | 100000010 | 101010 | 1000011 |
Color Harmonies of #9C87CE
Complementary color
Monochromatic Colors of #9C87CE
Black with #9C87CE
Text Example
Text Example
White with #9C87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C87CE; }
p { color: rgb(156,135,206); }
H1.HeaderClassName
{
color: #9C87CE;
}
.AnyTagClassName
{
color: #9C87CE;
}
</style>
background-color css
<style>
a { background-color: #9C87CE; }
a { background-color: rgb(156,135,206); }
div.DivClassName
{
background-color: #9C87CE;
}
.BgClassName
{
background-color: #9C87CE;
}
</style>
border-color css
<style>
span { border-color: #9C87CE; }
span { border-color: rgb(156,135,206); }
td.TdClassName
{
border-color: #9C87CE;
}
.TagClassName
{
border-color: #9C87CE;
}
</style>