Shades of Cold Purple #9185BB
Tints of Cold Purple #9185BB
RGB
CMYK
RGB Variations
Color information
#9185BB (or 0x9185BB) is known color: Cold Purple. HEX triplet: 91, 85 and BB. RGB value is (145,133,187). Sum of RGB (Red+Green+Blue) = 145+133+187=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #9185BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185BB is #6E7A44. Grayscale: #8E8E8E. Windows color (decimal): -7240261 or 12289425. OLE color: 12289425.
HSL color Cylindrical-coordinate representation of color #9185BB: hue angle of 253.33º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9185BB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 133 | 187 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.27 |
| HSL | 253.33º | 0.28% | 0.63% | - |
| HSV(B) | 253.33º | 0.29% | 0.73% | - |
| XYZ | 29.03 | 26.38 | 50.58 | - |
| YUV | 142.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 187 | 0.22 | 0.29 | 0 | 0.27 | 253.33 | 0.28 | 0.63 |
| Hex | 91 | 85 | BB | 16 | 1D | 0 | 1B | FD | 1C | 3F |
| Octal | 221 | 205 | 273 | 26 | 35 | 0 | 33 | 375 | 34 | 77 |
| Binary | 10010001 | 10000101 | 10111011 | 10110 | 11101 | 0 | 11011 | 11111101 | 11100 | 111111 |
Color Harmonies of #9185BB
Complementary color
Monochromatic Colors of #9185BB
Black with #9185BB
Text Example
Text Example
White with #9185BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185BB; }
p { color: rgb(145,133,187); }
H1.HeaderClassName
{
color: #9185BB;
}
.AnyTagClassName
{
color: #9185BB;
}
</style>
background-color css
<style>
a { background-color: #9185BB; }
a { background-color: rgb(145,133,187); }
div.DivClassName
{
background-color: #9185BB;
}
.BgClassName
{
background-color: #9185BB;
}
</style>
border-color css
<style>
span { border-color: #9185BB; }
span { border-color: rgb(145,133,187); }
td.TdClassName
{
border-color: #9185BB;
}
.TagClassName
{
border-color: #9185BB;
}
</style>