Shades of Cold Purple #9F87BE
Tints of Cold Purple #9F87BE
RGB
CMYK
RGB Variations
Color information
#9F87BE (or 0x9F87BE) is known color: Cold Purple. HEX triplet: 9F, 87 and BE. RGB value is (159,135,190). Sum of RGB (Red+Green+Blue) = 159+135+190=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87BE is #607841. Grayscale: #949494. Windows color (decimal): -6322242 or 12486559. OLE color: 12486559.
HSL color Cylindrical-coordinate representation of color #9F87BE: hue angle of 266.18º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F87BE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 135 | 190 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.25 |
| HSL | 266.18º | 0.3% | 0.64% | - |
| HSV(B) | 266.18º | 0.29% | 0.75% | - |
| XYZ | 32.26 | 28.42 | 52.5 | - |
| YUV | 148.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 190 | 0.16 | 0.29 | 0 | 0.25 | 266.18 | 0.3 | 0.64 |
| Hex | 9F | 87 | BE | 10 | 1D | 0 | 19 | 10A | 1E | 40 |
| Octal | 237 | 207 | 276 | 20 | 35 | 0 | 31 | 412 | 36 | 100 |
| Binary | 10011111 | 10000111 | 10111110 | 10000 | 11101 | 0 | 11001 | 100001010 | 11110 | 1000000 |
Color Harmonies of #9F87BE
Complementary color
Monochromatic Colors of #9F87BE
Black with #9F87BE
Text Example
Text Example
White with #9F87BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F87BE; }
p { color: rgb(159,135,190); }
H1.HeaderClassName
{
color: #9F87BE;
}
.AnyTagClassName
{
color: #9F87BE;
}
</style>
background-color css
<style>
a { background-color: #9F87BE; }
a { background-color: rgb(159,135,190); }
div.DivClassName
{
background-color: #9F87BE;
}
.BgClassName
{
background-color: #9F87BE;
}
</style>
border-color css
<style>
span { border-color: #9F87BE; }
span { border-color: rgb(159,135,190); }
td.TdClassName
{
border-color: #9F87BE;
}
.TagClassName
{
border-color: #9F87BE;
}
</style>