Shades of Cold Purple #9189BC
Tints of Cold Purple #9189BC
RGB
CMYK
RGB Variations
Color information
#9189BC (or 0x9189BC) is known color: Cold Purple. HEX triplet: 91, 89 and BC. RGB value is (145,137,188). Sum of RGB (Red+Green+Blue) = 145+137+188=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9189BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9189BC is #6E7643. Grayscale: #919191. Windows color (decimal): -7239236 or 12355985. OLE color: 12355985.
HSL color Cylindrical-coordinate representation of color #9189BC: hue angle of 249.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9189BC is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 137 | 188 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.26 |
| HSL | 249.41º | 0.28% | 0.64% | - |
| HSV(B) | 249.41º | 0.27% | 0.74% | - |
| XYZ | 29.7 | 27.54 | 51.33 | - |
| YUV | 145.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 188 | 0.23 | 0.27 | 0 | 0.26 | 249.41 | 0.28 | 0.64 |
| Hex | 91 | 89 | BC | 17 | 1B | 0 | 1A | F9 | 1C | 40 |
| Octal | 221 | 211 | 274 | 27 | 33 | 0 | 32 | 371 | 34 | 100 |
| Binary | 10010001 | 10001001 | 10111100 | 10111 | 11011 | 0 | 11010 | 11111001 | 11100 | 1000000 |
Color Harmonies of #9189BC
Complementary color
Monochromatic Colors of #9189BC
Black with #9189BC
Text Example
Text Example
White with #9189BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189BC; }
p { color: rgb(145,137,188); }
H1.HeaderClassName
{
color: #9189BC;
}
.AnyTagClassName
{
color: #9189BC;
}
</style>
background-color css
<style>
a { background-color: #9189BC; }
a { background-color: rgb(145,137,188); }
div.DivClassName
{
background-color: #9189BC;
}
.BgClassName
{
background-color: #9189BC;
}
</style>
border-color css
<style>
span { border-color: #9189BC; }
span { border-color: rgb(145,137,188); }
td.TdClassName
{
border-color: #9189BC;
}
.TagClassName
{
border-color: #9189BC;
}
</style>