Shades of Cold Purple #9F86BE
Tints of Cold Purple #9F86BE
RGB
CMYK
RGB Variations
Color information
#9F86BE (or 0x9F86BE) is known color: Cold Purple. HEX triplet: 9F, 86 and BE. RGB value is (159,134,190). Sum of RGB (Red+Green+Blue) = 159+134+190=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86BE is #607941. Grayscale: #939393. Windows color (decimal): -6322498 or 12486303. OLE color: 12486303.
HSL color Cylindrical-coordinate representation of color #9F86BE: hue angle of 266.79º 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 #9F86BE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 134 | 190 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.25 |
| HSL | 266.79º | 0.3% | 0.64% | - |
| HSV(B) | 266.79º | 0.29% | 0.75% | - |
| XYZ | 32.12 | 28.14 | 52.45 | - |
| YUV | 147.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 190 | 0.16 | 0.29 | 0 | 0.25 | 266.79 | 0.3 | 0.64 |
| Hex | 9F | 86 | BE | 10 | 1D | 0 | 19 | 10B | 1E | 40 |
| Octal | 237 | 206 | 276 | 20 | 35 | 0 | 31 | 413 | 36 | 100 |
| Binary | 10011111 | 10000110 | 10111110 | 10000 | 11101 | 0 | 11001 | 100001011 | 11110 | 1000000 |
Color Harmonies of #9F86BE
Complementary color
Monochromatic Colors of #9F86BE
Black with #9F86BE
Text Example
Text Example
White with #9F86BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86BE; }
p { color: rgb(159,134,190); }
H1.HeaderClassName
{
color: #9F86BE;
}
.AnyTagClassName
{
color: #9F86BE;
}
</style>
background-color css
<style>
a { background-color: #9F86BE; }
a { background-color: rgb(159,134,190); }
div.DivClassName
{
background-color: #9F86BE;
}
.BgClassName
{
background-color: #9F86BE;
}
</style>
border-color css
<style>
span { border-color: #9F86BE; }
span { border-color: rgb(159,134,190); }
td.TdClassName
{
border-color: #9F86BE;
}
.TagClassName
{
border-color: #9F86BE;
}
</style>