Shades of Cold Purple #9C85CB
Tints of Cold Purple #9C85CB
RGB
CMYK
RGB Variations
Color information
#9C85CB (or 0x9C85CB) is known color: Cold Purple. HEX triplet: 9C, 85 and CB. RGB value is (156,133,203). Sum of RGB (Red+Green+Blue) = 156+133+203=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C85CB is #637A34. Grayscale: #939393. Windows color (decimal): -6519349 or 13338012. OLE color: 13338012.
HSL color Cylindrical-coordinate representation of color #9C85CB: hue angle of 259.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C85CB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 133 | 203 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.20 |
| HSL | 259.71º | 0.4% | 0.66% | - |
| HSV(B) | 259.71º | 0.34% | 0.8% | - |
| XYZ | 32.88 | 28.15 | 60.2 | - |
| YUV | 147.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 203 | 0.23 | 0.34 | 0 | 0.20 | 259.71 | 0.4 | 0.66 |
| Hex | 9C | 85 | CB | 17 | 22 | 0 | 14 | 104 | 28 | 42 |
| Octal | 234 | 205 | 313 | 27 | 42 | 0 | 24 | 404 | 50 | 102 |
| Binary | 10011100 | 10000101 | 11001011 | 10111 | 100010 | 0 | 10100 | 100000100 | 101000 | 1000010 |
Color Harmonies of #9C85CB
Complementary color
Monochromatic Colors of #9C85CB
Black with #9C85CB
Text Example
Text Example
White with #9C85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C85CB; }
p { color: rgb(156,133,203); }
H1.HeaderClassName
{
color: #9C85CB;
}
.AnyTagClassName
{
color: #9C85CB;
}
</style>
background-color css
<style>
a { background-color: #9C85CB; }
a { background-color: rgb(156,133,203); }
div.DivClassName
{
background-color: #9C85CB;
}
.BgClassName
{
background-color: #9C85CB;
}
</style>
border-color css
<style>
span { border-color: #9C85CB; }
span { border-color: rgb(156,133,203); }
td.TdClassName
{
border-color: #9C85CB;
}
.TagClassName
{
border-color: #9C85CB;
}
</style>