Shades of Amethyst Smoke #9184A3
Tints of Amethyst Smoke #9184A3
RGB
CMYK
RGB Variations
Color information
#9184A3 (or 0x9184A3) is known color: Amethyst Smoke. HEX triplet: 91, 84 and A3. RGB value is (145,132,163). Sum of RGB (Red+Green+Blue) = 145+132+163=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 163 - color contains mainly: blue. Hex color #9184A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9184A3 is #6E7B5C. Grayscale: #8B8B8B. Windows color (decimal): -7240541 or 10716305. OLE color: 10716305.
HSL color Cylindrical-coordinate representation of color #9184A3: hue angle of 265.16º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9184A3 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 132 | 163 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.36 |
| HSL | 265.16º | 0.14% | 0.58% | - |
| HSV(B) | 265.16º | 0.19% | 0.64% | - |
| XYZ | 26.54 | 25.17 | 38.11 | - |
| YUV | 139.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 163 | 0.11 | 0.19 | 0 | 0.36 | 265.16 | 0.14 | 0.58 |
| Hex | 91 | 84 | A3 | B | 13 | 0 | 24 | 109 | E | 3A |
| Octal | 221 | 204 | 243 | 13 | 23 | 0 | 44 | 411 | 16 | 72 |
| Binary | 10010001 | 10000100 | 10100011 | 1011 | 10011 | 0 | 100100 | 100001001 | 1110 | 111010 |
Color Harmonies of #9184A3
Complementary color
Monochromatic Colors of #9184A3
Black with #9184A3
Text Example
Text Example
White with #9184A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9184A3; }
p { color: rgb(145,132,163); }
H1.HeaderClassName
{
color: #9184A3;
}
.AnyTagClassName
{
color: #9184A3;
}
</style>
background-color css
<style>
a { background-color: #9184A3; }
a { background-color: rgb(145,132,163); }
div.DivClassName
{
background-color: #9184A3;
}
.BgClassName
{
background-color: #9184A3;
}
</style>
border-color css
<style>
span { border-color: #9184A3; }
span { border-color: rgb(145,132,163); }
td.TdClassName
{
border-color: #9184A3;
}
.TagClassName
{
border-color: #9184A3;
}
</style>