Shades of Cold Purple #9185BC
Tints of Cold Purple #9185BC
RGB
CMYK
RGB Variations
Color information
#9185BC (or 0x9185BC) is known color: Cold Purple. HEX triplet: 91, 85 and BC. RGB value is (145,133,188). Sum of RGB (Red+Green+Blue) = 145+133+188=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #9185BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185BC is #6E7A43. Grayscale: #8E8E8E. Windows color (decimal): -7240260 or 12354961. OLE color: 12354961.
HSL color Cylindrical-coordinate representation of color #9185BC: hue angle of 253.09º 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 #9185BC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 133 | 188 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.26 |
| HSL | 253.09º | 0.29% | 0.63% | - |
| HSV(B) | 253.09º | 0.29% | 0.74% | - |
| XYZ | 29.14 | 26.43 | 51.14 | - |
| YUV | 142.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 188 | 0.23 | 0.29 | 0 | 0.26 | 253.09 | 0.29 | 0.63 |
| Hex | 91 | 85 | BC | 17 | 1D | 0 | 1A | FD | 1D | 3F |
| Octal | 221 | 205 | 274 | 27 | 35 | 0 | 32 | 375 | 35 | 77 |
| Binary | 10010001 | 10000101 | 10111100 | 10111 | 11101 | 0 | 11010 | 11111101 | 11101 | 111111 |
Color Harmonies of #9185BC
Complementary color
Monochromatic Colors of #9185BC
Black with #9185BC
Text Example
Text Example
White with #9185BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185BC; }
p { color: rgb(145,133,188); }
H1.HeaderClassName
{
color: #9185BC;
}
.AnyTagClassName
{
color: #9185BC;
}
</style>
background-color css
<style>
a { background-color: #9185BC; }
a { background-color: rgb(145,133,188); }
div.DivClassName
{
background-color: #9185BC;
}
.BgClassName
{
background-color: #9185BC;
}
</style>
border-color css
<style>
span { border-color: #9185BC; }
span { border-color: rgb(145,133,188); }
td.TdClassName
{
border-color: #9185BC;
}
.TagClassName
{
border-color: #9185BC;
}
</style>