Shades of Amethyst #8A4DDB
Tints of Amethyst #8A4DDB
RGB
CMYK
RGB Variations
Color information
#8A4DDB (or 0x8A4DDB) is known color: Amethyst. HEX triplet: 8A, 4D and DB. RGB value is (138,77,219). Sum of RGB (Red+Green+Blue) = 138+77+219=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4DDB is #75B224. Grayscale: #6E6E6E. Windows color (decimal): -7713317 or 14372234. OLE color: 14372234.
HSL color Cylindrical-coordinate representation of color #8A4DDB: hue angle of 265.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A4DDB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 77 | 219 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.14 |
| HSL | 265.77º | 0.66% | 0.58% | - |
| HSV(B) | 265.77º | 0.65% | 0.86% | - |
| XYZ | 25.92 | 15.83 | 68.71 | - |
| YUV | 111.43 | 188.71 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 219 | 0.37 | 0.65 | 0 | 0.14 | 265.77 | 0.66 | 0.58 |
| Hex | 8A | 4D | DB | 25 | 41 | 0 | E | 10A | 42 | 3A |
| Octal | 212 | 115 | 333 | 45 | 101 | 0 | 16 | 412 | 102 | 72 |
| Binary | 10001010 | 1001101 | 11011011 | 100101 | 1000001 | 0 | 1110 | 100001010 | 1000010 | 111010 |
Color Harmonies of #8A4DDB
Complementary color
Monochromatic Colors of #8A4DDB
Black with #8A4DDB
Text Example
Text Example
White with #8A4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4DDB; }
p { color: rgb(138,77,219); }
H1.HeaderClassName
{
color: #8A4DDB;
}
.AnyTagClassName
{
color: #8A4DDB;
}
</style>
background-color css
<style>
a { background-color: #8A4DDB; }
a { background-color: rgb(138,77,219); }
div.DivClassName
{
background-color: #8A4DDB;
}
.BgClassName
{
background-color: #8A4DDB;
}
</style>
border-color css
<style>
span { border-color: #8A4DDB; }
span { border-color: rgb(138,77,219); }
td.TdClassName
{
border-color: #8A4DDB;
}
.TagClassName
{
border-color: #8A4DDB;
}
</style>