Shades of Cold Purple #9F87BB
Tints of Cold Purple #9F87BB
RGB
CMYK
RGB Variations
Color information
#9F87BB (or 0x9F87BB) is known color: Cold Purple. HEX triplet: 9F, 87 and BB. RGB value is (159,135,187). Sum of RGB (Red+Green+Blue) = 159+135+187=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F87BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87BB is #607844. Grayscale: #939393. Windows color (decimal): -6322245 or 12289951. OLE color: 12289951.
HSL color Cylindrical-coordinate representation of color #9F87BB: hue angle of 267.69º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F87BB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 135 | 187 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.27 |
| HSL | 267.69º | 0.28% | 0.63% | - |
| HSV(B) | 267.69º | 0.28% | 0.73% | - |
| XYZ | 31.93 | 28.29 | 50.79 | - |
| YUV | 148.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 187 | 0.15 | 0.28 | 0 | 0.27 | 267.69 | 0.28 | 0.63 |
| Hex | 9F | 87 | BB | F | 1C | 0 | 1B | 10C | 1C | 3F |
| Octal | 237 | 207 | 273 | 17 | 34 | 0 | 33 | 414 | 34 | 77 |
| Binary | 10011111 | 10000111 | 10111011 | 1111 | 11100 | 0 | 11011 | 100001100 | 11100 | 111111 |
Color Harmonies of #9F87BB
Complementary color
Monochromatic Colors of #9F87BB
Black with #9F87BB
Text Example
Text Example
White with #9F87BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F87BB; }
p { color: rgb(159,135,187); }
H1.HeaderClassName
{
color: #9F87BB;
}
.AnyTagClassName
{
color: #9F87BB;
}
</style>
background-color css
<style>
a { background-color: #9F87BB; }
a { background-color: rgb(159,135,187); }
div.DivClassName
{
background-color: #9F87BB;
}
.BgClassName
{
background-color: #9F87BB;
}
</style>
border-color css
<style>
span { border-color: #9F87BB; }
span { border-color: rgb(159,135,187); }
td.TdClassName
{
border-color: #9F87BB;
}
.TagClassName
{
border-color: #9F87BB;
}
</style>