Shades of Amethyst Smoke #93819A
Tints of Amethyst Smoke #93819A
RGB
CMYK
RGB Variations
Color information
#93819A (or 0x93819A) is known color: Amethyst Smoke. HEX triplet: 93, 81 and 9A. RGB value is (147,129,154). Sum of RGB (Red+Green+Blue) = 147+129+154=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #93819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93819A is #6C7E65. Grayscale: #898989. Windows color (decimal): -7110246 or 10125715. OLE color: 10125715.
HSL color Cylindrical-coordinate representation of color #93819A: hue angle of 283.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93819A is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 129 | 154 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.40 |
| HSL | 283.2º | 0.11% | 0.55% | - |
| HSV(B) | 283.2º | 0.16% | 0.6% | - |
| XYZ | 25.72 | 24.24 | 33.89 | - |
| YUV | 137.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 154 | 0.05 | 0.16 | 0 | 0.40 | 283.2 | 0.11 | 0.55 |
| Hex | 93 | 81 | 9A | 5 | 10 | 0 | 28 | 11B | B | 37 |
| Octal | 223 | 201 | 232 | 5 | 20 | 0 | 50 | 433 | 13 | 67 |
| Binary | 10010011 | 10000001 | 10011010 | 101 | 10000 | 0 | 101000 | 100011011 | 1011 | 110111 |
Color Harmonies of #93819A
Complementary color
Monochromatic Colors of #93819A
Black with #93819A
Text Example
Text Example
White with #93819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93819A; }
p { color: rgb(147,129,154); }
H1.HeaderClassName
{
color: #93819A;
}
.AnyTagClassName
{
color: #93819A;
}
</style>
background-color css
<style>
a { background-color: #93819A; }
a { background-color: rgb(147,129,154); }
div.DivClassName
{
background-color: #93819A;
}
.BgClassName
{
background-color: #93819A;
}
</style>
border-color css
<style>
span { border-color: #93819A; }
span { border-color: rgb(147,129,154); }
td.TdClassName
{
border-color: #93819A;
}
.TagClassName
{
border-color: #93819A;
}
</style>