Shades of Cold Purple #9F89BE
Tints of Cold Purple #9F89BE
RGB
CMYK
RGB Variations
Color information
#9F89BE (or 0x9F89BE) is known color: Cold Purple. HEX triplet: 9F, 89 and BE. RGB value is (159,137,190). Sum of RGB (Red+Green+Blue) = 159+137+190=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89BE is #607641. Grayscale: #959595. Windows color (decimal): -6321730 or 12487071. OLE color: 12487071.
HSL color Cylindrical-coordinate representation of color #9F89BE: hue angle of 264.91º degrees, saturation: 0.29, 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 #9F89BE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 137 | 190 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.25 |
| HSL | 264.91º | 0.29% | 0.64% | - |
| HSV(B) | 264.91º | 0.28% | 0.75% | - |
| XYZ | 32.54 | 28.98 | 52.59 | - |
| YUV | 149.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 190 | 0.16 | 0.28 | 0 | 0.25 | 264.91 | 0.29 | 0.64 |
| Hex | 9F | 89 | BE | 10 | 1C | 0 | 19 | 109 | 1D | 40 |
| Octal | 237 | 211 | 276 | 20 | 34 | 0 | 31 | 411 | 35 | 100 |
| Binary | 10011111 | 10001001 | 10111110 | 10000 | 11100 | 0 | 11001 | 100001001 | 11101 | 1000000 |
Color Harmonies of #9F89BE
Complementary color
Monochromatic Colors of #9F89BE
Black with #9F89BE
Text Example
Text Example
White with #9F89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89BE; }
p { color: rgb(159,137,190); }
H1.HeaderClassName
{
color: #9F89BE;
}
.AnyTagClassName
{
color: #9F89BE;
}
</style>
background-color css
<style>
a { background-color: #9F89BE; }
a { background-color: rgb(159,137,190); }
div.DivClassName
{
background-color: #9F89BE;
}
.BgClassName
{
background-color: #9F89BE;
}
</style>
border-color css
<style>
span { border-color: #9F89BE; }
span { border-color: rgb(159,137,190); }
td.TdClassName
{
border-color: #9F89BE;
}
.TagClassName
{
border-color: #9F89BE;
}
</style>