Shades of Amethyst Smoke #93819B
Tints of Amethyst Smoke #93819B
RGB
CMYK
RGB Variations
Color information
#93819B (or 0x93819B) is known color: Amethyst Smoke. HEX triplet: 93, 81 and 9B. RGB value is (147,129,155). Sum of RGB (Red+Green+Blue) = 147+129+155=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #93819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93819B is #6C7E64. Grayscale: #898989. Windows color (decimal): -7110245 or 10191251. OLE color: 10191251.
HSL color Cylindrical-coordinate representation of color #93819B: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93819B is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 129 | 155 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.39 |
| HSL | 281.54º | 0.12% | 0.56% | - |
| HSV(B) | 281.54º | 0.17% | 0.61% | - |
| XYZ | 25.8 | 24.27 | 34.34 | - |
| YUV | 137.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 155 | 0.05 | 0.17 | 0 | 0.39 | 281.54 | 0.12 | 0.56 |
| Hex | 93 | 81 | 9B | 5 | 11 | 0 | 27 | 11A | C | 38 |
| Octal | 223 | 201 | 233 | 5 | 21 | 0 | 47 | 432 | 14 | 70 |
| Binary | 10010011 | 10000001 | 10011011 | 101 | 10001 | 0 | 100111 | 100011010 | 1100 | 111000 |
Color Harmonies of #93819B
Complementary color
Monochromatic Colors of #93819B
Black with #93819B
Text Example
Text Example
White with #93819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93819B; }
p { color: rgb(147,129,155); }
H1.HeaderClassName
{
color: #93819B;
}
.AnyTagClassName
{
color: #93819B;
}
</style>
background-color css
<style>
a { background-color: #93819B; }
a { background-color: rgb(147,129,155); }
div.DivClassName
{
background-color: #93819B;
}
.BgClassName
{
background-color: #93819B;
}
</style>
border-color css
<style>
span { border-color: #93819B; }
span { border-color: rgb(147,129,155); }
td.TdClassName
{
border-color: #93819B;
}
.TagClassName
{
border-color: #93819B;
}
</style>