Shades of Cold Purple #9C85CD
Tints of Cold Purple #9C85CD
RGB
CMYK
RGB Variations
Color information
#9C85CD (or 0x9C85CD) is known color: Cold Purple. HEX triplet: 9C, 85 and CD. RGB value is (156,133,205). Sum of RGB (Red+Green+Blue) = 156+133+205=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C85CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C85CD is #637A32. Grayscale: #939393. Windows color (decimal): -6519347 or 13469084. OLE color: 13469084.
HSL color Cylindrical-coordinate representation of color #9C85CD: hue angle of 259.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C85CD is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 133 | 205 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.20 |
| HSL | 259.17º | 0.42% | 0.66% | - |
| HSV(B) | 259.17º | 0.35% | 0.8% | - |
| XYZ | 33.12 | 28.25 | 61.47 | - |
| YUV | 148.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 205 | 0.24 | 0.35 | 0 | 0.20 | 259.17 | 0.42 | 0.66 |
| Hex | 9C | 85 | CD | 18 | 23 | 0 | 14 | 103 | 2A | 42 |
| Octal | 234 | 205 | 315 | 30 | 43 | 0 | 24 | 403 | 52 | 102 |
| Binary | 10011100 | 10000101 | 11001101 | 11000 | 100011 | 0 | 10100 | 100000011 | 101010 | 1000010 |
Color Harmonies of #9C85CD
Complementary color
Monochromatic Colors of #9C85CD
Black with #9C85CD
Text Example
Text Example
White with #9C85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C85CD; }
p { color: rgb(156,133,205); }
H1.HeaderClassName
{
color: #9C85CD;
}
.AnyTagClassName
{
color: #9C85CD;
}
</style>
background-color css
<style>
a { background-color: #9C85CD; }
a { background-color: rgb(156,133,205); }
div.DivClassName
{
background-color: #9C85CD;
}
.BgClassName
{
background-color: #9C85CD;
}
</style>
border-color css
<style>
span { border-color: #9C85CD; }
span { border-color: rgb(156,133,205); }
td.TdClassName
{
border-color: #9C85CD;
}
.TagClassName
{
border-color: #9C85CD;
}
</style>