Shades of Cold Purple #9186BC
Tints of Cold Purple #9186BC
RGB
CMYK
RGB Variations
Color information
#9186BC (or 0x9186BC) is known color: Cold Purple. HEX triplet: 91, 86 and BC. RGB value is (145,134,188). Sum of RGB (Red+Green+Blue) = 145+134+188=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9186BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9186BC is #6E7943. Grayscale: #8F8F8F. Windows color (decimal): -7240004 or 12355217. OLE color: 12355217.
HSL color Cylindrical-coordinate representation of color #9186BC: hue angle of 252.22º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9186BC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 134 | 188 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.26 |
| HSL | 252.22º | 0.29% | 0.63% | - |
| HSV(B) | 252.22º | 0.29% | 0.74% | - |
| XYZ | 29.28 | 26.7 | 51.19 | - |
| YUV | 143.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 188 | 0.23 | 0.29 | 0 | 0.26 | 252.22 | 0.29 | 0.63 |
| Hex | 91 | 86 | BC | 17 | 1D | 0 | 1A | FC | 1D | 3F |
| Octal | 221 | 206 | 274 | 27 | 35 | 0 | 32 | 374 | 35 | 77 |
| Binary | 10010001 | 10000110 | 10111100 | 10111 | 11101 | 0 | 11010 | 11111100 | 11101 | 111111 |
Color Harmonies of #9186BC
Complementary color
Monochromatic Colors of #9186BC
Black with #9186BC
Text Example
Text Example
White with #9186BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9186BC; }
p { color: rgb(145,134,188); }
H1.HeaderClassName
{
color: #9186BC;
}
.AnyTagClassName
{
color: #9186BC;
}
</style>
background-color css
<style>
a { background-color: #9186BC; }
a { background-color: rgb(145,134,188); }
div.DivClassName
{
background-color: #9186BC;
}
.BgClassName
{
background-color: #9186BC;
}
</style>
border-color css
<style>
span { border-color: #9186BC; }
span { border-color: rgb(145,134,188); }
td.TdClassName
{
border-color: #9186BC;
}
.TagClassName
{
border-color: #9186BC;
}
</style>