Shades of Cold Purple #9186BE
Tints of Cold Purple #9186BE
RGB
CMYK
RGB Variations
Color information
#9186BE (or 0x9186BE) is known color: Cold Purple. HEX triplet: 91, 86 and BE. RGB value is (145,134,190). Sum of RGB (Red+Green+Blue) = 145+134+190=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #9186BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9186BE is #6E7941. Grayscale: #8F8F8F. Windows color (decimal): -7240002 or 12486289. OLE color: 12486289.
HSL color Cylindrical-coordinate representation of color #9186BE: hue angle of 251.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9186BE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 134 | 190 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.25 |
| HSL | 251.79º | 0.3% | 0.64% | - |
| HSV(B) | 251.79º | 0.29% | 0.75% | - |
| XYZ | 29.5 | 26.79 | 52.33 | - |
| YUV | 143.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 190 | 0.24 | 0.29 | 0 | 0.25 | 251.79 | 0.3 | 0.64 |
| Hex | 91 | 86 | BE | 18 | 1D | 0 | 19 | FC | 1E | 40 |
| Octal | 221 | 206 | 276 | 30 | 35 | 0 | 31 | 374 | 36 | 100 |
| Binary | 10010001 | 10000110 | 10111110 | 11000 | 11101 | 0 | 11001 | 11111100 | 11110 | 1000000 |
Color Harmonies of #9186BE
Complementary color
Monochromatic Colors of #9186BE
Black with #9186BE
Text Example
Text Example
White with #9186BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9186BE; }
p { color: rgb(145,134,190); }
H1.HeaderClassName
{
color: #9186BE;
}
.AnyTagClassName
{
color: #9186BE;
}
</style>
background-color css
<style>
a { background-color: #9186BE; }
a { background-color: rgb(145,134,190); }
div.DivClassName
{
background-color: #9186BE;
}
.BgClassName
{
background-color: #9186BE;
}
</style>
border-color css
<style>
span { border-color: #9186BE; }
span { border-color: rgb(145,134,190); }
td.TdClassName
{
border-color: #9186BE;
}
.TagClassName
{
border-color: #9186BE;
}
</style>