Shades of Cold Purple #9F8FBB
Tints of Cold Purple #9F8FBB
RGB
CMYK
RGB Variations
Color information
#9F8FBB (or 0x9F8FBB) is known color: Cold Purple. HEX triplet: 9F, 8F and BB. RGB value is (159,143,187). Sum of RGB (Red+Green+Blue) = 159+143+187=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FBB is #607044. Grayscale: #989898. Windows color (decimal): -6320197 or 12291999. OLE color: 12291999.
HSL color Cylindrical-coordinate representation of color #9F8FBB: hue angle of 261.82º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F8FBB is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 143 | 187 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.27 |
| HSL | 261.82º | 0.24% | 0.65% | - |
| HSV(B) | 261.82º | 0.24% | 0.73% | - |
| XYZ | 33.09 | 30.6 | 51.18 | - |
| YUV | 152.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 187 | 0.15 | 0.24 | 0 | 0.27 | 261.82 | 0.24 | 0.65 |
| Hex | 9F | 8F | BB | F | 18 | 0 | 1B | 106 | 18 | 41 |
| Octal | 237 | 217 | 273 | 17 | 30 | 0 | 33 | 406 | 30 | 101 |
| Binary | 10011111 | 10001111 | 10111011 | 1111 | 11000 | 0 | 11011 | 100000110 | 11000 | 1000001 |
Color Harmonies of #9F8FBB
Complementary color
Monochromatic Colors of #9F8FBB
Black with #9F8FBB
Text Example
Text Example
White with #9F8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FBB; }
p { color: rgb(159,143,187); }
H1.HeaderClassName
{
color: #9F8FBB;
}
.AnyTagClassName
{
color: #9F8FBB;
}
</style>
background-color css
<style>
a { background-color: #9F8FBB; }
a { background-color: rgb(159,143,187); }
div.DivClassName
{
background-color: #9F8FBB;
}
.BgClassName
{
background-color: #9F8FBB;
}
</style>
border-color css
<style>
span { border-color: #9F8FBB; }
span { border-color: rgb(159,143,187); }
td.TdClassName
{
border-color: #9F8FBB;
}
.TagClassName
{
border-color: #9F8FBB;
}
</style>