Shades of Cold Purple #9F87CF
Tints of Cold Purple #9F87CF
RGB
CMYK
RGB Variations
Color information
#9F87CF (or 0x9F87CF) is known color: Cold Purple. HEX triplet: 9F, 87 and CF. RGB value is (159,135,207). Sum of RGB (Red+Green+Blue) = 159+135+207=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F87CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87CF is #607830. Grayscale: #969696. Windows color (decimal): -6322225 or 13600671. OLE color: 13600671.
HSL color Cylindrical-coordinate representation of color #9F87CF: hue angle of 260º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F87CF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 135 | 207 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.19 |
| HSL | 260º | 0.43% | 0.67% | - |
| HSV(B) | 260º | 0.35% | 0.81% | - |
| XYZ | 34.22 | 29.2 | 62.86 | - |
| YUV | 150.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 207 | 0.23 | 0.35 | 0 | 0.19 | 260 | 0.43 | 0.67 |
| Hex | 9F | 87 | CF | 17 | 23 | 0 | 13 | 104 | 2B | 43 |
| Octal | 237 | 207 | 317 | 27 | 43 | 0 | 23 | 404 | 53 | 103 |
| Binary | 10011111 | 10000111 | 11001111 | 10111 | 100011 | 0 | 10011 | 100000100 | 101011 | 1000011 |
Color Harmonies of #9F87CF
Complementary color
Monochromatic Colors of #9F87CF
Black with #9F87CF
Text Example
Text Example
White with #9F87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F87CF; }
p { color: rgb(159,135,207); }
H1.HeaderClassName
{
color: #9F87CF;
}
.AnyTagClassName
{
color: #9F87CF;
}
</style>
background-color css
<style>
a { background-color: #9F87CF; }
a { background-color: rgb(159,135,207); }
div.DivClassName
{
background-color: #9F87CF;
}
.BgClassName
{
background-color: #9F87CF;
}
</style>
border-color css
<style>
span { border-color: #9F87CF; }
span { border-color: rgb(159,135,207); }
td.TdClassName
{
border-color: #9F87CF;
}
.TagClassName
{
border-color: #9F87CF;
}
</style>