Shades of Cold Purple #9F85BC
Tints of Cold Purple #9F85BC
RGB
CMYK
RGB Variations
Color information
#9F85BC (or 0x9F85BC) is known color: Cold Purple. HEX triplet: 9F, 85 and BC. RGB value is (159,133,188). Sum of RGB (Red+Green+Blue) = 159+133+188=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F85BC is #607A43. Grayscale: #929292. Windows color (decimal): -6322756 or 12354975. OLE color: 12354975.
HSL color Cylindrical-coordinate representation of color #9F85BC: hue angle of 268.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F85BC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 133 | 188 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.26 |
| HSL | 268.36º | 0.29% | 0.63% | - |
| HSV(B) | 268.36º | 0.29% | 0.74% | - |
| XYZ | 31.76 | 27.78 | 51.26 | - |
| YUV | 147.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 188 | 0.15 | 0.29 | 0 | 0.26 | 268.36 | 0.29 | 0.63 |
| Hex | 9F | 85 | BC | F | 1D | 0 | 1A | 10C | 1D | 3F |
| Octal | 237 | 205 | 274 | 17 | 35 | 0 | 32 | 414 | 35 | 77 |
| Binary | 10011111 | 10000101 | 10111100 | 1111 | 11101 | 0 | 11010 | 100001100 | 11101 | 111111 |
Color Harmonies of #9F85BC
Complementary color
Monochromatic Colors of #9F85BC
Black with #9F85BC
Text Example
Text Example
White with #9F85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F85BC; }
p { color: rgb(159,133,188); }
H1.HeaderClassName
{
color: #9F85BC;
}
.AnyTagClassName
{
color: #9F85BC;
}
</style>
background-color css
<style>
a { background-color: #9F85BC; }
a { background-color: rgb(159,133,188); }
div.DivClassName
{
background-color: #9F85BC;
}
.BgClassName
{
background-color: #9F85BC;
}
</style>
border-color css
<style>
span { border-color: #9F85BC; }
span { border-color: rgb(159,133,188); }
td.TdClassName
{
border-color: #9F85BC;
}
.TagClassName
{
border-color: #9F85BC;
}
</style>