Shades of Cold Purple #9F8FB9
Tints of Cold Purple #9F8FB9
RGB
CMYK
RGB Variations
Color information
#9F8FB9 (or 0x9F8FB9) is known color: Cold Purple. HEX triplet: 9F, 8F and B9. RGB value is (159,143,185). Sum of RGB (Red+Green+Blue) = 159+143+185=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #9F8FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FB9 is #607046. Grayscale: #989898. Windows color (decimal): -6320199 or 12160927. OLE color: 12160927.
HSL color Cylindrical-coordinate representation of color #9F8FB9: hue angle of 262.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F8FB9 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 143 | 185 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.27 |
| HSL | 262.86º | 0.23% | 0.64% | - |
| HSV(B) | 262.86º | 0.23% | 0.73% | - |
| XYZ | 32.88 | 30.52 | 50.06 | - |
| YUV | 152.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 185 | 0.14 | 0.23 | 0 | 0.27 | 262.86 | 0.23 | 0.64 |
| Hex | 9F | 8F | B9 | E | 17 | 0 | 1B | 107 | 17 | 40 |
| Octal | 237 | 217 | 271 | 16 | 27 | 0 | 33 | 407 | 27 | 100 |
| Binary | 10011111 | 10001111 | 10111001 | 1110 | 10111 | 0 | 11011 | 100000111 | 10111 | 1000000 |
Color Harmonies of #9F8FB9
Complementary color
Monochromatic Colors of #9F8FB9
Black with #9F8FB9
Text Example
Text Example
White with #9F8FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FB9; }
p { color: rgb(159,143,185); }
H1.HeaderClassName
{
color: #9F8FB9;
}
.AnyTagClassName
{
color: #9F8FB9;
}
</style>
background-color css
<style>
a { background-color: #9F8FB9; }
a { background-color: rgb(159,143,185); }
div.DivClassName
{
background-color: #9F8FB9;
}
.BgClassName
{
background-color: #9F8FB9;
}
</style>
border-color css
<style>
span { border-color: #9F8FB9; }
span { border-color: rgb(159,143,185); }
td.TdClassName
{
border-color: #9F8FB9;
}
.TagClassName
{
border-color: #9F8FB9;
}
</style>