Shades of Amethyst Smoke #91879D
Tints of Amethyst Smoke #91879D
RGB
CMYK
RGB Variations
Color information
#91879D (or 0x91879D) is known color: Amethyst Smoke. HEX triplet: 91, 87 and 9D. RGB value is (145,135,157). Sum of RGB (Red+Green+Blue) = 145+135+157=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #91879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91879D is #6E7862. Grayscale: #8C8C8C. Windows color (decimal): -7239779 or 10323857. OLE color: 10323857.
HSL color Cylindrical-coordinate representation of color #91879D: hue angle of 267.27º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91879D is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 135 | 157 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.38 |
| HSL | 267.27º | 0.1% | 0.57% | - |
| HSV(B) | 267.27º | 0.14% | 0.62% | - |
| XYZ | 26.43 | 25.78 | 35.48 | - |
| YUV | 140.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 157 | 0.08 | 0.14 | 0 | 0.38 | 267.27 | 0.1 | 0.57 |
| Hex | 91 | 87 | 9D | 8 | E | 0 | 26 | 10B | A | 39 |
| Octal | 221 | 207 | 235 | 10 | 16 | 0 | 46 | 413 | 12 | 71 |
| Binary | 10010001 | 10000111 | 10011101 | 1000 | 1110 | 0 | 100110 | 100001011 | 1010 | 111001 |
Color Harmonies of #91879D
Complementary color
Monochromatic Colors of #91879D
Black with #91879D
Text Example
Text Example
White with #91879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91879D; }
p { color: rgb(145,135,157); }
H1.HeaderClassName
{
color: #91879D;
}
.AnyTagClassName
{
color: #91879D;
}
</style>
background-color css
<style>
a { background-color: #91879D; }
a { background-color: rgb(145,135,157); }
div.DivClassName
{
background-color: #91879D;
}
.BgClassName
{
background-color: #91879D;
}
</style>
border-color css
<style>
span { border-color: #91879D; }
span { border-color: rgb(145,135,157); }
td.TdClassName
{
border-color: #91879D;
}
.TagClassName
{
border-color: #91879D;
}
</style>