Shades of Amethyst Smoke #9582A3
Tints of Amethyst Smoke #9582A3
RGB
CMYK
RGB Variations
Color information
#9582A3 (or 0x9582A3) is known color: Amethyst Smoke. HEX triplet: 95, 82 and A3. RGB value is (149,130,163). Sum of RGB (Red+Green+Blue) = 149+130+163=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 163 - color contains mainly: blue. Hex color #9582A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9582A3 is #6A7D5C. Grayscale: #8B8B8B. Windows color (decimal): -6978909 or 10715797. OLE color: 10715797.
HSL color Cylindrical-coordinate representation of color #9582A3: hue angle of 274.55º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9582A3 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 130 | 163 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.36 |
| HSL | 274.55º | 0.15% | 0.57% | - |
| HSV(B) | 274.55º | 0.2% | 0.64% | - |
| XYZ | 26.99 | 25 | 38.05 | - |
| YUV | 139.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 163 | 0.09 | 0.20 | 0 | 0.36 | 274.55 | 0.15 | 0.57 |
| Hex | 95 | 82 | A3 | 9 | 14 | 0 | 24 | 113 | F | 39 |
| Octal | 225 | 202 | 243 | 11 | 24 | 0 | 44 | 423 | 17 | 71 |
| Binary | 10010101 | 10000010 | 10100011 | 1001 | 10100 | 0 | 100100 | 100010011 | 1111 | 111001 |
Color Harmonies of #9582A3
Complementary color
Monochromatic Colors of #9582A3
Black with #9582A3
Text Example
Text Example
White with #9582A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582A3; }
p { color: rgb(149,130,163); }
H1.HeaderClassName
{
color: #9582A3;
}
.AnyTagClassName
{
color: #9582A3;
}
</style>
background-color css
<style>
a { background-color: #9582A3; }
a { background-color: rgb(149,130,163); }
div.DivClassName
{
background-color: #9582A3;
}
.BgClassName
{
background-color: #9582A3;
}
</style>
border-color css
<style>
span { border-color: #9582A3; }
span { border-color: rgb(149,130,163); }
td.TdClassName
{
border-color: #9582A3;
}
.TagClassName
{
border-color: #9582A3;
}
</style>