Shades of Cold Purple #9C87C0
Tints of Cold Purple #9C87C0
RGB
CMYK
RGB Variations
Color information
#9C87C0 (or 0x9C87C0) is known color: Cold Purple. HEX triplet: 9C, 87 and C0. RGB value is (156,135,192). Sum of RGB (Red+Green+Blue) = 156+135+192=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C87C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87C0 is #63783F. Grayscale: #939393. Windows color (decimal): -6518848 or 12617628. OLE color: 12617628.
HSL color Cylindrical-coordinate representation of color #9C87C0: hue angle of 262.11º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C87C0 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 135 | 192 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.25 |
| HSL | 262.11º | 0.31% | 0.64% | - |
| HSV(B) | 262.11º | 0.3% | 0.75% | - |
| XYZ | 31.89 | 28.2 | 53.63 | - |
| YUV | 147.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 192 | 0.19 | 0.30 | 0 | 0.25 | 262.11 | 0.31 | 0.64 |
| Hex | 9C | 87 | C0 | 13 | 1E | 0 | 19 | 106 | 1F | 40 |
| Octal | 234 | 207 | 300 | 23 | 36 | 0 | 31 | 406 | 37 | 100 |
| Binary | 10011100 | 10000111 | 11000000 | 10011 | 11110 | 0 | 11001 | 100000110 | 11111 | 1000000 |
Color Harmonies of #9C87C0
Complementary color
Monochromatic Colors of #9C87C0
Black with #9C87C0
Text Example
Text Example
White with #9C87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C87C0; }
p { color: rgb(156,135,192); }
H1.HeaderClassName
{
color: #9C87C0;
}
.AnyTagClassName
{
color: #9C87C0;
}
</style>
background-color css
<style>
a { background-color: #9C87C0; }
a { background-color: rgb(156,135,192); }
div.DivClassName
{
background-color: #9C87C0;
}
.BgClassName
{
background-color: #9C87C0;
}
</style>
border-color css
<style>
span { border-color: #9C87C0; }
span { border-color: rgb(156,135,192); }
td.TdClassName
{
border-color: #9C87C0;
}
.TagClassName
{
border-color: #9C87C0;
}
</style>