Shades of Amethyst Smoke #9B87A5
Tints of Amethyst Smoke #9B87A5
RGB
CMYK
RGB Variations
Color information
#9B87A5 (or 0x9B87A5) is known color: Amethyst Smoke. HEX triplet: 9B, 87 and A5. RGB value is (155,135,165). Sum of RGB (Red+Green+Blue) = 155+135+165=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 165 - color contains mainly: blue. Hex color #9B87A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B87A5 is #64785A. Grayscale: #909090. Windows color (decimal): -6584411 or 10848155. OLE color: 10848155.
HSL color Cylindrical-coordinate representation of color #9B87A5: hue angle of 280º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B87A5 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 135 | 165 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.35 |
| HSL | 280º | 0.14% | 0.59% | - |
| HSV(B) | 280º | 0.18% | 0.65% | - |
| XYZ | 28.97 | 27.01 | 39.28 | - |
| YUV | 144.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 165 | 0.06 | 0.18 | 0 | 0.35 | 280 | 0.14 | 0.59 |
| Hex | 9B | 87 | A5 | 6 | 12 | 0 | 23 | 118 | E | 3B |
| Octal | 233 | 207 | 245 | 6 | 22 | 0 | 43 | 430 | 16 | 73 |
| Binary | 10011011 | 10000111 | 10100101 | 110 | 10010 | 0 | 100011 | 100011000 | 1110 | 111011 |
Color Harmonies of #9B87A5
Complementary color
Monochromatic Colors of #9B87A5
Black with #9B87A5
Text Example
Text Example
White with #9B87A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B87A5; }
p { color: rgb(155,135,165); }
H1.HeaderClassName
{
color: #9B87A5;
}
.AnyTagClassName
{
color: #9B87A5;
}
</style>
background-color css
<style>
a { background-color: #9B87A5; }
a { background-color: rgb(155,135,165); }
div.DivClassName
{
background-color: #9B87A5;
}
.BgClassName
{
background-color: #9B87A5;
}
</style>
border-color css
<style>
span { border-color: #9B87A5; }
span { border-color: rgb(155,135,165); }
td.TdClassName
{
border-color: #9B87A5;
}
.TagClassName
{
border-color: #9B87A5;
}
</style>