Shades of Cold Purple #9184B7
Tints of Cold Purple #9184B7
RGB
CMYK
RGB Variations
Color information
#9184B7 (or 0x9184B7) is known color: Cold Purple. HEX triplet: 91, 84 and B7. RGB value is (145,132,183). Sum of RGB (Red+Green+Blue) = 145+132+183=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 183 - color contains mainly: blue. Hex color #9184B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9184B7 is #6E7B48. Grayscale: #8D8D8D. Windows color (decimal): -7240521 or 12027025. OLE color: 12027025.
HSL color Cylindrical-coordinate representation of color #9184B7: hue angle of 255.29º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9184B7 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 132 | 183 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.28 |
| HSL | 255.29º | 0.26% | 0.62% | - |
| HSV(B) | 255.29º | 0.28% | 0.72% | - |
| XYZ | 28.48 | 25.94 | 48.31 | - |
| YUV | 141.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 183 | 0.21 | 0.28 | 0 | 0.28 | 255.29 | 0.26 | 0.62 |
| Hex | 91 | 84 | B7 | 15 | 1C | 0 | 1C | FF | 1A | 3E |
| Octal | 221 | 204 | 267 | 25 | 34 | 0 | 34 | 377 | 32 | 76 |
| Binary | 10010001 | 10000100 | 10110111 | 10101 | 11100 | 0 | 11100 | 11111111 | 11010 | 111110 |
Color Harmonies of #9184B7
Complementary color
Monochromatic Colors of #9184B7
Black with #9184B7
Text Example
Text Example
White with #9184B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9184B7; }
p { color: rgb(145,132,183); }
H1.HeaderClassName
{
color: #9184B7;
}
.AnyTagClassName
{
color: #9184B7;
}
</style>
background-color css
<style>
a { background-color: #9184B7; }
a { background-color: rgb(145,132,183); }
div.DivClassName
{
background-color: #9184B7;
}
.BgClassName
{
background-color: #9184B7;
}
</style>
border-color css
<style>
span { border-color: #9184B7; }
span { border-color: rgb(145,132,183); }
td.TdClassName
{
border-color: #9184B7;
}
.TagClassName
{
border-color: #9184B7;
}
</style>