Shades of Cold Purple #9187BC
Tints of Cold Purple #9187BC
RGB
CMYK
RGB Variations
Color information
#9187BC (or 0x9187BC) is known color: Cold Purple. HEX triplet: 91, 87 and BC. RGB value is (145,135,188). Sum of RGB (Red+Green+Blue) = 145+135+188=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #9187BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187BC is #6E7843. Grayscale: #8F8F8F. Windows color (decimal): -7239748 or 12355473. OLE color: 12355473.
HSL color Cylindrical-coordinate representation of color #9187BC: hue angle of 251.32º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9187BC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 135 | 188 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.26 |
| HSL | 251.32º | 0.28% | 0.63% | - |
| HSV(B) | 251.32º | 0.28% | 0.74% | - |
| XYZ | 29.42 | 26.98 | 51.23 | - |
| YUV | 144.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 188 | 0.23 | 0.28 | 0 | 0.26 | 251.32 | 0.28 | 0.63 |
| Hex | 91 | 87 | BC | 17 | 1C | 0 | 1A | FB | 1C | 3F |
| Octal | 221 | 207 | 274 | 27 | 34 | 0 | 32 | 373 | 34 | 77 |
| Binary | 10010001 | 10000111 | 10111100 | 10111 | 11100 | 0 | 11010 | 11111011 | 11100 | 111111 |
Color Harmonies of #9187BC
Complementary color
Monochromatic Colors of #9187BC
Black with #9187BC
Text Example
Text Example
White with #9187BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187BC; }
p { color: rgb(145,135,188); }
H1.HeaderClassName
{
color: #9187BC;
}
.AnyTagClassName
{
color: #9187BC;
}
</style>
background-color css
<style>
a { background-color: #9187BC; }
a { background-color: rgb(145,135,188); }
div.DivClassName
{
background-color: #9187BC;
}
.BgClassName
{
background-color: #9187BC;
}
</style>
border-color css
<style>
span { border-color: #9187BC; }
span { border-color: rgb(145,135,188); }
td.TdClassName
{
border-color: #9187BC;
}
.TagClassName
{
border-color: #9187BC;
}
</style>