Shades of Cold Purple #9189B7
Tints of Cold Purple #9189B7
RGB
CMYK
RGB Variations
Color information
#9189B7 (or 0x9189B7) is known color: Cold Purple. HEX triplet: 91, 89 and B7. RGB value is (145,137,183). Sum of RGB (Red+Green+Blue) = 145+137+183=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #9189B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9189B7 is #6E7648. Grayscale: #909090. Windows color (decimal): -7239241 or 12028305. OLE color: 12028305.
HSL color Cylindrical-coordinate representation of color #9189B7: hue angle of 250.43º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9189B7 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 137 | 183 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.28 |
| HSL | 250.43º | 0.24% | 0.63% | - |
| HSV(B) | 250.43º | 0.25% | 0.72% | - |
| XYZ | 29.17 | 27.33 | 48.54 | - |
| YUV | 144.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 183 | 0.21 | 0.25 | 0 | 0.28 | 250.43 | 0.24 | 0.63 |
| Hex | 91 | 89 | B7 | 15 | 19 | 0 | 1C | FA | 18 | 3F |
| Octal | 221 | 211 | 267 | 25 | 31 | 0 | 34 | 372 | 30 | 77 |
| Binary | 10010001 | 10001001 | 10110111 | 10101 | 11001 | 0 | 11100 | 11111010 | 11000 | 111111 |
Color Harmonies of #9189B7
Complementary color
Monochromatic Colors of #9189B7
Black with #9189B7
Text Example
Text Example
White with #9189B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189B7; }
p { color: rgb(145,137,183); }
H1.HeaderClassName
{
color: #9189B7;
}
.AnyTagClassName
{
color: #9189B7;
}
</style>
background-color css
<style>
a { background-color: #9189B7; }
a { background-color: rgb(145,137,183); }
div.DivClassName
{
background-color: #9189B7;
}
.BgClassName
{
background-color: #9189B7;
}
</style>
border-color css
<style>
span { border-color: #9189B7; }
span { border-color: rgb(145,137,183); }
td.TdClassName
{
border-color: #9189B7;
}
.TagClassName
{
border-color: #9189B7;
}
</style>