Shades of Cold Purple #9F89BF
Tints of Cold Purple #9F89BF
RGB
CMYK
RGB Variations
Color information
#9F89BF (or 0x9F89BF) is known color: Cold Purple. HEX triplet: 9F, 89 and BF. RGB value is (159,137,191). Sum of RGB (Red+Green+Blue) = 159+137+191=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89BF is #607640. Grayscale: #959595. Windows color (decimal): -6321729 or 12552607. OLE color: 12552607.
HSL color Cylindrical-coordinate representation of color #9F89BF: hue angle of 264.44º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F89BF is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 137 | 191 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.25 |
| HSL | 264.44º | 0.3% | 0.64% | - |
| HSV(B) | 264.44º | 0.28% | 0.75% | - |
| XYZ | 32.65 | 29.02 | 53.17 | - |
| YUV | 149.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 191 | 0.17 | 0.28 | 0 | 0.25 | 264.44 | 0.3 | 0.64 |
| Hex | 9F | 89 | BF | 11 | 1C | 0 | 19 | 108 | 1E | 40 |
| Octal | 237 | 211 | 277 | 21 | 34 | 0 | 31 | 410 | 36 | 100 |
| Binary | 10011111 | 10001001 | 10111111 | 10001 | 11100 | 0 | 11001 | 100001000 | 11110 | 1000000 |
Color Harmonies of #9F89BF
Complementary color
Monochromatic Colors of #9F89BF
Black with #9F89BF
Text Example
Text Example
White with #9F89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89BF; }
p { color: rgb(159,137,191); }
H1.HeaderClassName
{
color: #9F89BF;
}
.AnyTagClassName
{
color: #9F89BF;
}
</style>
background-color css
<style>
a { background-color: #9F89BF; }
a { background-color: rgb(159,137,191); }
div.DivClassName
{
background-color: #9F89BF;
}
.BgClassName
{
background-color: #9F89BF;
}
</style>
border-color css
<style>
span { border-color: #9F89BF; }
span { border-color: rgb(159,137,191); }
td.TdClassName
{
border-color: #9F89BF;
}
.TagClassName
{
border-color: #9F89BF;
}
</style>