Shades of Amethyst Smoke #93809C
Tints of Amethyst Smoke #93809C
RGB
CMYK
RGB Variations
Color information
#93809C (or 0x93809C) is known color: Amethyst Smoke. HEX triplet: 93, 80 and 9C. RGB value is (147,128,156). Sum of RGB (Red+Green+Blue) = 147+128+156=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #93809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93809C is #6C7F63. Grayscale: #888888. Windows color (decimal): -7110500 or 10256531. OLE color: 10256531.
HSL color Cylindrical-coordinate representation of color #93809C: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93809C is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 128 | 156 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.39 |
| HSL | 280.71º | 0.12% | 0.56% | - |
| HSV(B) | 280.71º | 0.18% | 0.61% | - |
| XYZ | 25.75 | 24.04 | 34.74 | - |
| YUV | 136.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 156 | 0.06 | 0.18 | 0 | 0.39 | 280.71 | 0.12 | 0.56 |
| Hex | 93 | 80 | 9C | 6 | 12 | 0 | 27 | 119 | C | 38 |
| Octal | 223 | 200 | 234 | 6 | 22 | 0 | 47 | 431 | 14 | 70 |
| Binary | 10010011 | 10000000 | 10011100 | 110 | 10010 | 0 | 100111 | 100011001 | 1100 | 111000 |
Color Harmonies of #93809C
Complementary color
Monochromatic Colors of #93809C
Black with #93809C
Text Example
Text Example
White with #93809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93809C; }
p { color: rgb(147,128,156); }
H1.HeaderClassName
{
color: #93809C;
}
.AnyTagClassName
{
color: #93809C;
}
</style>
background-color css
<style>
a { background-color: #93809C; }
a { background-color: rgb(147,128,156); }
div.DivClassName
{
background-color: #93809C;
}
.BgClassName
{
background-color: #93809C;
}
</style>
border-color css
<style>
span { border-color: #93809C; }
span { border-color: rgb(147,128,156); }
td.TdClassName
{
border-color: #93809C;
}
.TagClassName
{
border-color: #93809C;
}
</style>