Shades of Cold Purple #9D85BB
Tints of Cold Purple #9D85BB
RGB
CMYK
RGB Variations
Color information
#9D85BB (or 0x9D85BB) is known color: Cold Purple. HEX triplet: 9D, 85 and BB. RGB value is (157,133,187). Sum of RGB (Red+Green+Blue) = 157+133+187=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D85BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D85BB is #627A44. Grayscale: #929292. Windows color (decimal): -6453829 or 12289437. OLE color: 12289437.
HSL color Cylindrical-coordinate representation of color #9D85BB: hue angle of 266.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D85BB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 133 | 187 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.27 |
| HSL | 266.67º | 0.28% | 0.63% | - |
| HSV(B) | 266.67º | 0.29% | 0.73% | - |
| XYZ | 31.26 | 27.53 | 50.68 | - |
| YUV | 146.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 187 | 0.16 | 0.29 | 0 | 0.27 | 266.67 | 0.28 | 0.63 |
| Hex | 9D | 85 | BB | 10 | 1D | 0 | 1B | 10B | 1C | 3F |
| Octal | 235 | 205 | 273 | 20 | 35 | 0 | 33 | 413 | 34 | 77 |
| Binary | 10011101 | 10000101 | 10111011 | 10000 | 11101 | 0 | 11011 | 100001011 | 11100 | 111111 |
Color Harmonies of #9D85BB
Complementary color
Monochromatic Colors of #9D85BB
Black with #9D85BB
Text Example
Text Example
White with #9D85BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D85BB; }
p { color: rgb(157,133,187); }
H1.HeaderClassName
{
color: #9D85BB;
}
.AnyTagClassName
{
color: #9D85BB;
}
</style>
background-color css
<style>
a { background-color: #9D85BB; }
a { background-color: rgb(157,133,187); }
div.DivClassName
{
background-color: #9D85BB;
}
.BgClassName
{
background-color: #9D85BB;
}
</style>
border-color css
<style>
span { border-color: #9D85BB; }
span { border-color: rgb(157,133,187); }
td.TdClassName
{
border-color: #9D85BB;
}
.TagClassName
{
border-color: #9D85BB;
}
</style>