Shades of Amethyst Smoke #93809A
Tints of Amethyst Smoke #93809A
RGB
CMYK
RGB Variations
Color information
#93809A (or 0x93809A) is known color: Amethyst Smoke. HEX triplet: 93, 80 and 9A. RGB value is (147,128,154). Sum of RGB (Red+Green+Blue) = 147+128+154=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: blue. Hex color #93809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93809A is #6C7F65. Grayscale: #888888. Windows color (decimal): -7110502 or 10125459. OLE color: 10125459.
HSL color Cylindrical-coordinate representation of color #93809A: hue angle of 283.85º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93809A is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 128 | 154 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.40 |
| HSL | 283.85º | 0.11% | 0.55% | - |
| HSV(B) | 283.85º | 0.17% | 0.6% | - |
| XYZ | 25.58 | 23.97 | 33.85 | - |
| YUV | 136.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 154 | 0.05 | 0.17 | 0 | 0.40 | 283.85 | 0.11 | 0.55 |
| Hex | 93 | 80 | 9A | 5 | 11 | 0 | 28 | 11C | B | 37 |
| Octal | 223 | 200 | 232 | 5 | 21 | 0 | 50 | 434 | 13 | 67 |
| Binary | 10010011 | 10000000 | 10011010 | 101 | 10001 | 0 | 101000 | 100011100 | 1011 | 110111 |
Color Harmonies of #93809A
Complementary color
Monochromatic Colors of #93809A
Black with #93809A
Text Example
Text Example
White with #93809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93809A; }
p { color: rgb(147,128,154); }
H1.HeaderClassName
{
color: #93809A;
}
.AnyTagClassName
{
color: #93809A;
}
</style>
background-color css
<style>
a { background-color: #93809A; }
a { background-color: rgb(147,128,154); }
div.DivClassName
{
background-color: #93809A;
}
.BgClassName
{
background-color: #93809A;
}
</style>
border-color css
<style>
span { border-color: #93809A; }
span { border-color: rgb(147,128,154); }
td.TdClassName
{
border-color: #93809A;
}
.TagClassName
{
border-color: #93809A;
}
</style>