Shades of Cold Purple #9F89CF
Tints of Cold Purple #9F89CF
RGB
CMYK
RGB Variations
Color information
#9F89CF (or 0x9F89CF) is known color: Cold Purple. HEX triplet: 9F, 89 and CF. RGB value is (159,137,207). Sum of RGB (Red+Green+Blue) = 159+137+207=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F89CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89CF is #607630. Grayscale: #979797. Windows color (decimal): -6321713 or 13601183. OLE color: 13601183.
HSL color Cylindrical-coordinate representation of color #9F89CF: hue angle of 258.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F89CF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 137 | 207 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.19 |
| HSL | 258.86º | 0.42% | 0.67% | - |
| HSV(B) | 258.86º | 0.34% | 0.81% | - |
| XYZ | 34.51 | 29.77 | 62.96 | - |
| YUV | 151.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 207 | 0.23 | 0.34 | 0 | 0.19 | 258.86 | 0.42 | 0.67 |
| Hex | 9F | 89 | CF | 17 | 22 | 0 | 13 | 103 | 2A | 43 |
| Octal | 237 | 211 | 317 | 27 | 42 | 0 | 23 | 403 | 52 | 103 |
| Binary | 10011111 | 10001001 | 11001111 | 10111 | 100010 | 0 | 10011 | 100000011 | 101010 | 1000011 |
Color Harmonies of #9F89CF
Complementary color
Monochromatic Colors of #9F89CF
Black with #9F89CF
Text Example
Text Example
White with #9F89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89CF; }
p { color: rgb(159,137,207); }
H1.HeaderClassName
{
color: #9F89CF;
}
.AnyTagClassName
{
color: #9F89CF;
}
</style>
background-color css
<style>
a { background-color: #9F89CF; }
a { background-color: rgb(159,137,207); }
div.DivClassName
{
background-color: #9F89CF;
}
.BgClassName
{
background-color: #9F89CF;
}
</style>
border-color css
<style>
span { border-color: #9F89CF; }
span { border-color: rgb(159,137,207); }
td.TdClassName
{
border-color: #9F89CF;
}
.TagClassName
{
border-color: #9F89CF;
}
</style>