Shades of Cold Purple #9089BA
Tints of Cold Purple #9089BA
RGB
CMYK
RGB Variations
Color information
#9089BA (or 0x9089BA) is known color: Cold Purple. HEX triplet: 90, 89 and BA. RGB value is (144,137,186). Sum of RGB (Red+Green+Blue) = 144+137+186=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9089BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9089BA is #6F7645. Grayscale: #909090. Windows color (decimal): -7304774 or 12224912. OLE color: 12224912.
HSL color Cylindrical-coordinate representation of color #9089BA: hue angle of 248.57º 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 #9089BA is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 137 | 186 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.27 |
| HSL | 248.57º | 0.26% | 0.63% | - |
| HSV(B) | 248.57º | 0.26% | 0.73% | - |
| XYZ | 29.31 | 27.37 | 50.19 | - |
| YUV | 144.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 186 | 0.23 | 0.26 | 0 | 0.27 | 248.57 | 0.26 | 0.63 |
| Hex | 90 | 89 | BA | 17 | 1A | 0 | 1B | F9 | 1A | 3F |
| Octal | 220 | 211 | 272 | 27 | 32 | 0 | 33 | 371 | 32 | 77 |
| Binary | 10010000 | 10001001 | 10111010 | 10111 | 11010 | 0 | 11011 | 11111001 | 11010 | 111111 |
Color Harmonies of #9089BA
Complementary color
Monochromatic Colors of #9089BA
Black with #9089BA
Text Example
Text Example
White with #9089BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9089BA; }
p { color: rgb(144,137,186); }
H1.HeaderClassName
{
color: #9089BA;
}
.AnyTagClassName
{
color: #9089BA;
}
</style>
background-color css
<style>
a { background-color: #9089BA; }
a { background-color: rgb(144,137,186); }
div.DivClassName
{
background-color: #9089BA;
}
.BgClassName
{
background-color: #9089BA;
}
</style>
border-color css
<style>
span { border-color: #9089BA; }
span { border-color: rgb(144,137,186); }
td.TdClassName
{
border-color: #9089BA;
}
.TagClassName
{
border-color: #9089BA;
}
</style>