Shades of Cold Purple #9F87CB
Tints of Cold Purple #9F87CB
RGB
CMYK
RGB Variations
Color information
#9F87CB (or 0x9F87CB) is known color: Cold Purple. HEX triplet: 9F, 87 and CB. RGB value is (159,135,203). Sum of RGB (Red+Green+Blue) = 159+135+203=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F87CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87CB is #607834. Grayscale: #959595. Windows color (decimal): -6322229 or 13338527. OLE color: 13338527.
HSL color Cylindrical-coordinate representation of color #9F87CB: hue angle of 261.18º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F87CB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 135 | 203 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.20 |
| HSL | 261.18º | 0.4% | 0.66% | - |
| HSV(B) | 261.18º | 0.33% | 0.8% | - |
| XYZ | 33.74 | 29.01 | 60.32 | - |
| YUV | 149.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 203 | 0.22 | 0.33 | 0 | 0.20 | 261.18 | 0.4 | 0.66 |
| Hex | 9F | 87 | CB | 16 | 21 | 0 | 14 | 105 | 28 | 42 |
| Octal | 237 | 207 | 313 | 26 | 41 | 0 | 24 | 405 | 50 | 102 |
| Binary | 10011111 | 10000111 | 11001011 | 10110 | 100001 | 0 | 10100 | 100000101 | 101000 | 1000010 |
Color Harmonies of #9F87CB
Complementary color
Monochromatic Colors of #9F87CB
Black with #9F87CB
Text Example
Text Example
White with #9F87CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F87CB; }
p { color: rgb(159,135,203); }
H1.HeaderClassName
{
color: #9F87CB;
}
.AnyTagClassName
{
color: #9F87CB;
}
</style>
background-color css
<style>
a { background-color: #9F87CB; }
a { background-color: rgb(159,135,203); }
div.DivClassName
{
background-color: #9F87CB;
}
.BgClassName
{
background-color: #9F87CB;
}
</style>
border-color css
<style>
span { border-color: #9F87CB; }
span { border-color: rgb(159,135,203); }
td.TdClassName
{
border-color: #9F87CB;
}
.TagClassName
{
border-color: #9F87CB;
}
</style>