Shades of Amethyst Smoke #94829B
Tints of Amethyst Smoke #94829B
RGB
CMYK
RGB Variations
Color information
#94829B (or 0x94829B) is known color: Amethyst Smoke. HEX triplet: 94, 82 and 9B. RGB value is (148,130,155). Sum of RGB (Red+Green+Blue) = 148+130+155=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #94829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94829B is #6B7D64. Grayscale: #8A8A8A. Windows color (decimal): -7044453 or 10191508. OLE color: 10191508.
HSL color Cylindrical-coordinate representation of color #94829B: hue angle of 283.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94829B is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 130 | 155 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.39 |
| HSL | 283.2º | 0.11% | 0.56% | - |
| HSV(B) | 283.2º | 0.16% | 0.61% | - |
| XYZ | 26.11 | 24.63 | 34.39 | - |
| YUV | 138.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 155 | 0.05 | 0.16 | 0 | 0.39 | 283.2 | 0.11 | 0.56 |
| Hex | 94 | 82 | 9B | 5 | 10 | 0 | 27 | 11B | B | 38 |
| Octal | 224 | 202 | 233 | 5 | 20 | 0 | 47 | 433 | 13 | 70 |
| Binary | 10010100 | 10000010 | 10011011 | 101 | 10000 | 0 | 100111 | 100011011 | 1011 | 111000 |
Color Harmonies of #94829B
Complementary color
Monochromatic Colors of #94829B
Black with #94829B
Text Example
Text Example
White with #94829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94829B; }
p { color: rgb(148,130,155); }
H1.HeaderClassName
{
color: #94829B;
}
.AnyTagClassName
{
color: #94829B;
}
</style>
background-color css
<style>
a { background-color: #94829B; }
a { background-color: rgb(148,130,155); }
div.DivClassName
{
background-color: #94829B;
}
.BgClassName
{
background-color: #94829B;
}
</style>
border-color css
<style>
span { border-color: #94829B; }
span { border-color: rgb(148,130,155); }
td.TdClassName
{
border-color: #94829B;
}
.TagClassName
{
border-color: #94829B;
}
</style>