Shades of Amethyst #8D4FDB
Tints of Amethyst #8D4FDB
RGB
CMYK
RGB Variations
Color information
#8D4FDB (or 0x8D4FDB) is known color: Amethyst. HEX triplet: 8D, 4F and DB. RGB value is (141,79,219). Sum of RGB (Red+Green+Blue) = 141+79+219=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4FDB is #72B024. Grayscale: #717171. Windows color (decimal): -7516197 or 14372749. OLE color: 14372749.
HSL color Cylindrical-coordinate representation of color #8D4FDB: hue angle of 266.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D4FDB is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 79 | 219 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.14 |
| HSL | 266.57º | 0.66% | 0.58% | - |
| HSV(B) | 266.57º | 0.64% | 0.86% | - |
| XYZ | 26.57 | 16.37 | 68.78 | - |
| YUV | 113.5 | 187.54 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 219 | 0.36 | 0.64 | 0 | 0.14 | 266.57 | 0.66 | 0.58 |
| Hex | 8D | 4F | DB | 24 | 40 | 0 | E | 10B | 42 | 3A |
| Octal | 215 | 117 | 333 | 44 | 100 | 0 | 16 | 413 | 102 | 72 |
| Binary | 10001101 | 1001111 | 11011011 | 100100 | 1000000 | 0 | 1110 | 100001011 | 1000010 | 111010 |
Color Harmonies of #8D4FDB
Complementary color
Monochromatic Colors of #8D4FDB
Black with #8D4FDB
Text Example
Text Example
White with #8D4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FDB; }
p { color: rgb(141,79,219); }
H1.HeaderClassName
{
color: #8D4FDB;
}
.AnyTagClassName
{
color: #8D4FDB;
}
</style>
background-color css
<style>
a { background-color: #8D4FDB; }
a { background-color: rgb(141,79,219); }
div.DivClassName
{
background-color: #8D4FDB;
}
.BgClassName
{
background-color: #8D4FDB;
}
</style>
border-color css
<style>
span { border-color: #8D4FDB; }
span { border-color: rgb(141,79,219); }
td.TdClassName
{
border-color: #8D4FDB;
}
.TagClassName
{
border-color: #8D4FDB;
}
</style>