Shades of Cold Purple #9F8DBF
Tints of Cold Purple #9F8DBF
RGB
CMYK
RGB Variations
Color information
#9F8DBF (or 0x9F8DBF) is known color: Cold Purple. HEX triplet: 9F, 8D and BF. RGB value is (159,141,191). Sum of RGB (Red+Green+Blue) = 159+141+191=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F8DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DBF is #607240. Grayscale: #979797. Windows color (decimal): -6320705 or 12553631. OLE color: 12553631.
HSL color Cylindrical-coordinate representation of color #9F8DBF: hue angle of 261.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8DBF is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 141 | 191 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.25 |
| HSL | 261.6º | 0.28% | 0.65% | - |
| HSV(B) | 261.6º | 0.26% | 0.75% | - |
| XYZ | 33.23 | 30.18 | 53.36 | - |
| YUV | 152.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 191 | 0.17 | 0.26 | 0 | 0.25 | 261.6 | 0.28 | 0.65 |
| Hex | 9F | 8D | BF | 11 | 1A | 0 | 19 | 106 | 1C | 41 |
| Octal | 237 | 215 | 277 | 21 | 32 | 0 | 31 | 406 | 34 | 101 |
| Binary | 10011111 | 10001101 | 10111111 | 10001 | 11010 | 0 | 11001 | 100000110 | 11100 | 1000001 |
Color Harmonies of #9F8DBF
Complementary color
Monochromatic Colors of #9F8DBF
Black with #9F8DBF
Text Example
Text Example
White with #9F8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DBF; }
p { color: rgb(159,141,191); }
H1.HeaderClassName
{
color: #9F8DBF;
}
.AnyTagClassName
{
color: #9F8DBF;
}
</style>
background-color css
<style>
a { background-color: #9F8DBF; }
a { background-color: rgb(159,141,191); }
div.DivClassName
{
background-color: #9F8DBF;
}
.BgClassName
{
background-color: #9F8DBF;
}
</style>
border-color css
<style>
span { border-color: #9F8DBF; }
span { border-color: rgb(159,141,191); }
td.TdClassName
{
border-color: #9F8DBF;
}
.TagClassName
{
border-color: #9F8DBF;
}
</style>