Shades of Amethyst Smoke #8D819B
Tints of Amethyst Smoke #8D819B
RGB
CMYK
RGB Variations
Color information
#8D819B (or 0x8D819B) is known color: Amethyst Smoke. HEX triplet: 8D, 81 and 9B. RGB value is (141,129,155). Sum of RGB (Red+Green+Blue) = 141+129+155=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D819B is #727E64. Grayscale: #878787. Windows color (decimal): -7503461 or 10191245. OLE color: 10191245.
HSL color Cylindrical-coordinate representation of color #8D819B: hue angle of 267.69º 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 #8D819B is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 129 | 155 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.39 |
| HSL | 267.69º | 0.12% | 0.56% | - |
| HSV(B) | 267.69º | 0.17% | 0.61% | - |
| XYZ | 24.75 | 23.73 | 34.29 | - |
| YUV | 135.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 155 | 0.09 | 0.17 | 0 | 0.39 | 267.69 | 0.12 | 0.56 |
| Hex | 8D | 81 | 9B | 9 | 11 | 0 | 27 | 10C | C | 38 |
| Octal | 215 | 201 | 233 | 11 | 21 | 0 | 47 | 414 | 14 | 70 |
| Binary | 10001101 | 10000001 | 10011011 | 1001 | 10001 | 0 | 100111 | 100001100 | 1100 | 111000 |
Color Harmonies of #8D819B
Complementary color
Monochromatic Colors of #8D819B
Black with #8D819B
Text Example
Text Example
White with #8D819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D819B; }
p { color: rgb(141,129,155); }
H1.HeaderClassName
{
color: #8D819B;
}
.AnyTagClassName
{
color: #8D819B;
}
</style>
background-color css
<style>
a { background-color: #8D819B; }
a { background-color: rgb(141,129,155); }
div.DivClassName
{
background-color: #8D819B;
}
.BgClassName
{
background-color: #8D819B;
}
</style>
border-color css
<style>
span { border-color: #8D819B; }
span { border-color: rgb(141,129,155); }
td.TdClassName
{
border-color: #8D819B;
}
.TagClassName
{
border-color: #8D819B;
}
</style>