Shades of Cold Purple #9F8DBA
Tints of Cold Purple #9F8DBA
RGB
CMYK
RGB Variations
Color information
#9F8DBA (or 0x9F8DBA) is known color: Cold Purple. HEX triplet: 9F, 8D and BA. RGB value is (159,141,186). Sum of RGB (Red+Green+Blue) = 159+141+186=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F8DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DBA is #607245. Grayscale: #979797. Windows color (decimal): -6320710 or 12225951. OLE color: 12225951.
HSL color Cylindrical-coordinate representation of color #9F8DBA: hue angle of 264º degrees, saturation: 0.25, 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 #9F8DBA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 141 | 186 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.27 |
| HSL | 264º | 0.25% | 0.64% | - |
| HSV(B) | 264º | 0.24% | 0.73% | - |
| XYZ | 32.69 | 29.97 | 50.52 | - |
| YUV | 151.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 186 | 0.15 | 0.24 | 0 | 0.27 | 264 | 0.25 | 0.64 |
| Hex | 9F | 8D | BA | F | 18 | 0 | 1B | 108 | 19 | 40 |
| Octal | 237 | 215 | 272 | 17 | 30 | 0 | 33 | 410 | 31 | 100 |
| Binary | 10011111 | 10001101 | 10111010 | 1111 | 11000 | 0 | 11011 | 100001000 | 11001 | 1000000 |
Color Harmonies of #9F8DBA
Complementary color
Monochromatic Colors of #9F8DBA
Black with #9F8DBA
Text Example
Text Example
White with #9F8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DBA; }
p { color: rgb(159,141,186); }
H1.HeaderClassName
{
color: #9F8DBA;
}
.AnyTagClassName
{
color: #9F8DBA;
}
</style>
background-color css
<style>
a { background-color: #9F8DBA; }
a { background-color: rgb(159,141,186); }
div.DivClassName
{
background-color: #9F8DBA;
}
.BgClassName
{
background-color: #9F8DBA;
}
</style>
border-color css
<style>
span { border-color: #9F8DBA; }
span { border-color: rgb(159,141,186); }
td.TdClassName
{
border-color: #9F8DBA;
}
.TagClassName
{
border-color: #9F8DBA;
}
</style>