Shades of Cold Purple #9184BB
Tints of Cold Purple #9184BB
RGB
CMYK
RGB Variations
Color information
#9184BB (or 0x9184BB) is known color: Cold Purple. HEX triplet: 91, 84 and BB. RGB value is (145,132,187). Sum of RGB (Red+Green+Blue) = 145+132+187=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #9184BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9184BB is #6E7B44. Grayscale: #8D8D8D. Windows color (decimal): -7240517 or 12289169. OLE color: 12289169.
HSL color Cylindrical-coordinate representation of color #9184BB: hue angle of 254.18º degrees, saturation: 0.29, 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 #9184BB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 132 | 187 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.27 |
| HSL | 254.18º | 0.29% | 0.63% | - |
| HSV(B) | 254.18º | 0.29% | 0.73% | - |
| XYZ | 28.9 | 26.11 | 50.53 | - |
| YUV | 142.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 187 | 0.22 | 0.29 | 0 | 0.27 | 254.18 | 0.29 | 0.63 |
| Hex | 91 | 84 | BB | 16 | 1D | 0 | 1B | FE | 1D | 3F |
| Octal | 221 | 204 | 273 | 26 | 35 | 0 | 33 | 376 | 35 | 77 |
| Binary | 10010001 | 10000100 | 10111011 | 10110 | 11101 | 0 | 11011 | 11111110 | 11101 | 111111 |
Color Harmonies of #9184BB
Complementary color
Monochromatic Colors of #9184BB
Black with #9184BB
Text Example
Text Example
White with #9184BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9184BB; }
p { color: rgb(145,132,187); }
H1.HeaderClassName
{
color: #9184BB;
}
.AnyTagClassName
{
color: #9184BB;
}
</style>
background-color css
<style>
a { background-color: #9184BB; }
a { background-color: rgb(145,132,187); }
div.DivClassName
{
background-color: #9184BB;
}
.BgClassName
{
background-color: #9184BB;
}
</style>
border-color css
<style>
span { border-color: #9184BB; }
span { border-color: rgb(145,132,187); }
td.TdClassName
{
border-color: #9184BB;
}
.TagClassName
{
border-color: #9184BB;
}
</style>