Shades of Cold Purple #9F85BF
Tints of Cold Purple #9F85BF
RGB
CMYK
RGB Variations
Color information
#9F85BF (or 0x9F85BF) is known color: Cold Purple. HEX triplet: 9F, 85 and BF. RGB value is (159,133,191). Sum of RGB (Red+Green+Blue) = 159+133+191=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F85BF is #607A40. Grayscale: #939393. Windows color (decimal): -6322753 or 12551583. OLE color: 12551583.
HSL color Cylindrical-coordinate representation of color #9F85BF: hue angle of 266.9º 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 #9F85BF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 133 | 191 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.25 |
| HSL | 266.9º | 0.31% | 0.64% | - |
| HSV(B) | 266.9º | 0.3% | 0.75% | - |
| XYZ | 32.09 | 27.91 | 52.99 | - |
| YUV | 147.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 191 | 0.17 | 0.30 | 0 | 0.25 | 266.9 | 0.31 | 0.64 |
| Hex | 9F | 85 | BF | 11 | 1E | 0 | 19 | 10B | 1F | 40 |
| Octal | 237 | 205 | 277 | 21 | 36 | 0 | 31 | 413 | 37 | 100 |
| Binary | 10011111 | 10000101 | 10111111 | 10001 | 11110 | 0 | 11001 | 100001011 | 11111 | 1000000 |
Color Harmonies of #9F85BF
Complementary color
Monochromatic Colors of #9F85BF
Black with #9F85BF
Text Example
Text Example
White with #9F85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F85BF; }
p { color: rgb(159,133,191); }
H1.HeaderClassName
{
color: #9F85BF;
}
.AnyTagClassName
{
color: #9F85BF;
}
</style>
background-color css
<style>
a { background-color: #9F85BF; }
a { background-color: rgb(159,133,191); }
div.DivClassName
{
background-color: #9F85BF;
}
.BgClassName
{
background-color: #9F85BF;
}
</style>
border-color css
<style>
span { border-color: #9F85BF; }
span { border-color: rgb(159,133,191); }
td.TdClassName
{
border-color: #9F85BF;
}
.TagClassName
{
border-color: #9F85BF;
}
</style>