Shades of Cold Purple #9F86BF
Tints of Cold Purple #9F86BF
RGB
CMYK
RGB Variations
Color information
#9F86BF (or 0x9F86BF) is known color: Cold Purple. HEX triplet: 9F, 86 and BF. RGB value is (159,134,191). Sum of RGB (Red+Green+Blue) = 159+134+191=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F86BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86BF is #607940. Grayscale: #939393. Windows color (decimal): -6322497 or 12551839. OLE color: 12551839.
HSL color Cylindrical-coordinate representation of color #9F86BF: hue angle of 266.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F86BF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 134 | 191 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.25 |
| HSL | 266.32º | 0.31% | 0.64% | - |
| HSV(B) | 266.32º | 0.3% | 0.75% | - |
| XYZ | 32.23 | 28.18 | 53.03 | - |
| YUV | 147.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 191 | 0.17 | 0.30 | 0 | 0.25 | 266.32 | 0.31 | 0.64 |
| Hex | 9F | 86 | BF | 11 | 1E | 0 | 19 | 10A | 1F | 40 |
| Octal | 237 | 206 | 277 | 21 | 36 | 0 | 31 | 412 | 37 | 100 |
| Binary | 10011111 | 10000110 | 10111111 | 10001 | 11110 | 0 | 11001 | 100001010 | 11111 | 1000000 |
Color Harmonies of #9F86BF
Complementary color
Monochromatic Colors of #9F86BF
Black with #9F86BF
Text Example
Text Example
White with #9F86BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86BF; }
p { color: rgb(159,134,191); }
H1.HeaderClassName
{
color: #9F86BF;
}
.AnyTagClassName
{
color: #9F86BF;
}
</style>
background-color css
<style>
a { background-color: #9F86BF; }
a { background-color: rgb(159,134,191); }
div.DivClassName
{
background-color: #9F86BF;
}
.BgClassName
{
background-color: #9F86BF;
}
</style>
border-color css
<style>
span { border-color: #9F86BF; }
span { border-color: rgb(159,134,191); }
td.TdClassName
{
border-color: #9F86BF;
}
.TagClassName
{
border-color: #9F86BF;
}
</style>