Shades of Cold Purple #9F8DB9
Tints of Cold Purple #9F8DB9
RGB
CMYK
RGB Variations
Color information
#9F8DB9 (or 0x9F8DB9) is known color: Cold Purple. HEX triplet: 9F, 8D and B9. RGB value is (159,141,185). Sum of RGB (Red+Green+Blue) = 159+141+185=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #9F8DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DB9 is #607246. Grayscale: #979797. Windows color (decimal): -6320711 or 12160415. OLE color: 12160415.
HSL color Cylindrical-coordinate representation of color #9F8DB9: hue angle of 264.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F8DB9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 141 | 185 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.27 |
| HSL | 264.55º | 0.24% | 0.64% | - |
| HSV(B) | 264.55º | 0.24% | 0.73% | - |
| XYZ | 32.58 | 29.92 | 49.96 | - |
| YUV | 151.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 185 | 0.14 | 0.24 | 0 | 0.27 | 264.55 | 0.24 | 0.64 |
| Hex | 9F | 8D | B9 | E | 18 | 0 | 1B | 109 | 18 | 40 |
| Octal | 237 | 215 | 271 | 16 | 30 | 0 | 33 | 411 | 30 | 100 |
| Binary | 10011111 | 10001101 | 10111001 | 1110 | 11000 | 0 | 11011 | 100001001 | 11000 | 1000000 |
Color Harmonies of #9F8DB9
Complementary color
Monochromatic Colors of #9F8DB9
Black with #9F8DB9
Text Example
Text Example
White with #9F8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DB9; }
p { color: rgb(159,141,185); }
H1.HeaderClassName
{
color: #9F8DB9;
}
.AnyTagClassName
{
color: #9F8DB9;
}
</style>
background-color css
<style>
a { background-color: #9F8DB9; }
a { background-color: rgb(159,141,185); }
div.DivClassName
{
background-color: #9F8DB9;
}
.BgClassName
{
background-color: #9F8DB9;
}
</style>
border-color css
<style>
span { border-color: #9F8DB9; }
span { border-color: rgb(159,141,185); }
td.TdClassName
{
border-color: #9F8DB9;
}
.TagClassName
{
border-color: #9F8DB9;
}
</style>