Shades of Cold Purple #9F8DBD
Tints of Cold Purple #9F8DBD
RGB
CMYK
RGB Variations
Color information
#9F8DBD (or 0x9F8DBD) is known color: Cold Purple. HEX triplet: 9F, 8D and BD. RGB value is (159,141,189). Sum of RGB (Red+Green+Blue) = 159+141+189=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F8DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DBD is #607242. Grayscale: #979797. Windows color (decimal): -6320707 or 12422559. OLE color: 12422559.
HSL color Cylindrical-coordinate representation of color #9F8DBD: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F8DBD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 141 | 189 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.26 |
| HSL | 262.5º | 0.27% | 0.65% | - |
| HSV(B) | 262.5º | 0.25% | 0.74% | - |
| XYZ | 33.01 | 30.09 | 52.21 | - |
| YUV | 151.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 189 | 0.16 | 0.25 | 0 | 0.26 | 262.5 | 0.27 | 0.65 |
| Hex | 9F | 8D | BD | 10 | 19 | 0 | 1A | 106 | 1B | 41 |
| Octal | 237 | 215 | 275 | 20 | 31 | 0 | 32 | 406 | 33 | 101 |
| Binary | 10011111 | 10001101 | 10111101 | 10000 | 11001 | 0 | 11010 | 100000110 | 11011 | 1000001 |
Color Harmonies of #9F8DBD
Complementary color
Monochromatic Colors of #9F8DBD
Black with #9F8DBD
Text Example
Text Example
White with #9F8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DBD; }
p { color: rgb(159,141,189); }
H1.HeaderClassName
{
color: #9F8DBD;
}
.AnyTagClassName
{
color: #9F8DBD;
}
</style>
background-color css
<style>
a { background-color: #9F8DBD; }
a { background-color: rgb(159,141,189); }
div.DivClassName
{
background-color: #9F8DBD;
}
.BgClassName
{
background-color: #9F8DBD;
}
</style>
border-color css
<style>
span { border-color: #9F8DBD; }
span { border-color: rgb(159,141,189); }
td.TdClassName
{
border-color: #9F8DBD;
}
.TagClassName
{
border-color: #9F8DBD;
}
</style>