Shades of Cold Purple #9188BC
Tints of Cold Purple #9188BC
RGB
CMYK
RGB Variations
Color information
#9188BC (or 0x9188BC) is known color: Cold Purple. HEX triplet: 91, 88 and BC. RGB value is (145,136,188). Sum of RGB (Red+Green+Blue) = 145+136+188=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9188BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188BC is #6E7743. Grayscale: #909090. Windows color (decimal): -7239492 or 12355729. OLE color: 12355729.
HSL color Cylindrical-coordinate representation of color #9188BC: hue angle of 250.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9188BC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 136 | 188 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.26 |
| HSL | 250.38º | 0.28% | 0.64% | - |
| HSV(B) | 250.38º | 0.28% | 0.74% | - |
| XYZ | 29.56 | 27.26 | 51.28 | - |
| YUV | 144.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 188 | 0.23 | 0.28 | 0 | 0.26 | 250.38 | 0.28 | 0.64 |
| Hex | 91 | 88 | BC | 17 | 1C | 0 | 1A | FA | 1C | 40 |
| Octal | 221 | 210 | 274 | 27 | 34 | 0 | 32 | 372 | 34 | 100 |
| Binary | 10010001 | 10001000 | 10111100 | 10111 | 11100 | 0 | 11010 | 11111010 | 11100 | 1000000 |
Color Harmonies of #9188BC
Complementary color
Monochromatic Colors of #9188BC
Black with #9188BC
Text Example
Text Example
White with #9188BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9188BC; }
p { color: rgb(145,136,188); }
H1.HeaderClassName
{
color: #9188BC;
}
.AnyTagClassName
{
color: #9188BC;
}
</style>
background-color css
<style>
a { background-color: #9188BC; }
a { background-color: rgb(145,136,188); }
div.DivClassName
{
background-color: #9188BC;
}
.BgClassName
{
background-color: #9188BC;
}
</style>
border-color css
<style>
span { border-color: #9188BC; }
span { border-color: rgb(145,136,188); }
td.TdClassName
{
border-color: #9188BC;
}
.TagClassName
{
border-color: #9188BC;
}
</style>