Shades of Amethyst #8D58DB
Tints of Amethyst #8D58DB
RGB
CMYK
RGB Variations
Color information
#8D58DB (or 0x8D58DB) is known color: Amethyst. HEX triplet: 8D, 58 and DB. RGB value is (141,88,219). Sum of RGB (Red+Green+Blue) = 141+88+219=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D58DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D58DB is #72A724. Grayscale: #767676. Windows color (decimal): -7513893 or 14375053. OLE color: 14375053.
HSL color Cylindrical-coordinate representation of color #8D58DB: hue angle of 264.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D58DB is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 88 | 219 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.14 |
| HSL | 264.27º | 0.65% | 0.6% | - |
| HSV(B) | 264.27º | 0.6% | 0.86% | - |
| XYZ | 27.26 | 17.76 | 69.01 | - |
| YUV | 118.78 | 184.56 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 219 | 0.36 | 0.60 | 0 | 0.14 | 264.27 | 0.65 | 0.6 |
| Hex | 8D | 58 | DB | 24 | 3C | 0 | E | 108 | 41 | 3C |
| Octal | 215 | 130 | 333 | 44 | 74 | 0 | 16 | 410 | 101 | 74 |
| Binary | 10001101 | 1011000 | 11011011 | 100100 | 111100 | 0 | 1110 | 100001000 | 1000001 | 111100 |
Color Harmonies of #8D58DB
Complementary color
Monochromatic Colors of #8D58DB
Black with #8D58DB
Text Example
Text Example
White with #8D58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D58DB; }
p { color: rgb(141,88,219); }
H1.HeaderClassName
{
color: #8D58DB;
}
.AnyTagClassName
{
color: #8D58DB;
}
</style>
background-color css
<style>
a { background-color: #8D58DB; }
a { background-color: rgb(141,88,219); }
div.DivClassName
{
background-color: #8D58DB;
}
.BgClassName
{
background-color: #8D58DB;
}
</style>
border-color css
<style>
span { border-color: #8D58DB; }
span { border-color: rgb(141,88,219); }
td.TdClassName
{
border-color: #8D58DB;
}
.TagClassName
{
border-color: #8D58DB;
}
</style>