Shades of Cold Purple #9F89BA
Tints of Cold Purple #9F89BA
RGB
CMYK
RGB Variations
Color information
#9F89BA (or 0x9F89BA) is known color: Cold Purple. HEX triplet: 9F, 89 and BA. RGB value is (159,137,186). Sum of RGB (Red+Green+Blue) = 159+137+186=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F89BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89BA is #607645. Grayscale: #949494. Windows color (decimal): -6321734 or 12224927. OLE color: 12224927.
HSL color Cylindrical-coordinate representation of color #9F89BA: hue angle of 266.94º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F89BA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 137 | 186 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.27 |
| HSL | 266.94º | 0.26% | 0.63% | - |
| HSV(B) | 266.94º | 0.26% | 0.73% | - |
| XYZ | 32.11 | 28.81 | 50.32 | - |
| YUV | 149.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 186 | 0.15 | 0.26 | 0 | 0.27 | 266.94 | 0.26 | 0.63 |
| Hex | 9F | 89 | BA | F | 1A | 0 | 1B | 10B | 1A | 3F |
| Octal | 237 | 211 | 272 | 17 | 32 | 0 | 33 | 413 | 32 | 77 |
| Binary | 10011111 | 10001001 | 10111010 | 1111 | 11010 | 0 | 11011 | 100001011 | 11010 | 111111 |
Color Harmonies of #9F89BA
Complementary color
Monochromatic Colors of #9F89BA
Black with #9F89BA
Text Example
Text Example
White with #9F89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89BA; }
p { color: rgb(159,137,186); }
H1.HeaderClassName
{
color: #9F89BA;
}
.AnyTagClassName
{
color: #9F89BA;
}
</style>
background-color css
<style>
a { background-color: #9F89BA; }
a { background-color: rgb(159,137,186); }
div.DivClassName
{
background-color: #9F89BA;
}
.BgClassName
{
background-color: #9F89BA;
}
</style>
border-color css
<style>
span { border-color: #9F89BA; }
span { border-color: rgb(159,137,186); }
td.TdClassName
{
border-color: #9F89BA;
}
.TagClassName
{
border-color: #9F89BA;
}
</style>