Shades of Amethyst #8A4CDB
Tints of Amethyst #8A4CDB
RGB
CMYK
RGB Variations
Color information
#8A4CDB (or 0x8A4CDB) is known color: Amethyst. HEX triplet: 8A, 4C and DB. RGB value is (138,76,219). Sum of RGB (Red+Green+Blue) = 138+76+219=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A4CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CDB is #75B324. Grayscale: #6E6E6E. Windows color (decimal): -7713573 or 14371978. OLE color: 14371978.
HSL color Cylindrical-coordinate representation of color #8A4CDB: hue angle of 266.01º degrees, saturation: 0.67, 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 #8A4CDB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 76 | 219 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.14 |
| HSL | 266.01º | 0.67% | 0.58% | - |
| HSV(B) | 266.01º | 0.65% | 0.86% | - |
| XYZ | 25.85 | 15.69 | 68.68 | - |
| YUV | 110.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 219 | 0.37 | 0.65 | 0 | 0.14 | 266.01 | 0.67 | 0.58 |
| Hex | 8A | 4C | DB | 25 | 41 | 0 | E | 10A | 43 | 3A |
| Octal | 212 | 114 | 333 | 45 | 101 | 0 | 16 | 412 | 103 | 72 |
| Binary | 10001010 | 1001100 | 11011011 | 100101 | 1000001 | 0 | 1110 | 100001010 | 1000011 | 111010 |
Color Harmonies of #8A4CDB
Complementary color
Monochromatic Colors of #8A4CDB
Black with #8A4CDB
Text Example
Text Example
White with #8A4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4CDB; }
p { color: rgb(138,76,219); }
H1.HeaderClassName
{
color: #8A4CDB;
}
.AnyTagClassName
{
color: #8A4CDB;
}
</style>
background-color css
<style>
a { background-color: #8A4CDB; }
a { background-color: rgb(138,76,219); }
div.DivClassName
{
background-color: #8A4CDB;
}
.BgClassName
{
background-color: #8A4CDB;
}
</style>
border-color css
<style>
span { border-color: #8A4CDB; }
span { border-color: rgb(138,76,219); }
td.TdClassName
{
border-color: #8A4CDB;
}
.TagClassName
{
border-color: #8A4CDB;
}
</style>