Shades of Amethyst #8D54DD
Tints of Amethyst #8D54DD
RGB
CMYK
RGB Variations
Color information
#8D54DD (or 0x8D54DD) is known color: Amethyst. HEX triplet: 8D, 54 and DD. RGB value is (141,84,221). Sum of RGB (Red+Green+Blue) = 141+84+221=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D54DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54DD is #72AB22. Grayscale: #747474. Windows color (decimal): -7514915 or 14505101. OLE color: 14505101.
HSL color Cylindrical-coordinate representation of color #8D54DD: hue angle of 264.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D54DD is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 84 | 221 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.13 |
| HSL | 264.96º | 0.67% | 0.6% | - |
| HSV(B) | 264.96º | 0.62% | 0.87% | - |
| XYZ | 27.21 | 17.22 | 70.3 | - |
| YUV | 116.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 221 | 0.36 | 0.62 | 0 | 0.13 | 264.96 | 0.67 | 0.6 |
| Hex | 8D | 54 | DD | 24 | 3E | 0 | D | 109 | 43 | 3C |
| Octal | 215 | 124 | 335 | 44 | 76 | 0 | 15 | 411 | 103 | 74 |
| Binary | 10001101 | 1010100 | 11011101 | 100100 | 111110 | 0 | 1101 | 100001001 | 1000011 | 111100 |
Color Harmonies of #8D54DD
Complementary color
Monochromatic Colors of #8D54DD
Black with #8D54DD
Text Example
Text Example
White with #8D54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D54DD; }
p { color: rgb(141,84,221); }
H1.HeaderClassName
{
color: #8D54DD;
}
.AnyTagClassName
{
color: #8D54DD;
}
</style>
background-color css
<style>
a { background-color: #8D54DD; }
a { background-color: rgb(141,84,221); }
div.DivClassName
{
background-color: #8D54DD;
}
.BgClassName
{
background-color: #8D54DD;
}
</style>
border-color css
<style>
span { border-color: #8D54DD; }
span { border-color: rgb(141,84,221); }
td.TdClassName
{
border-color: #8D54DD;
}
.TagClassName
{
border-color: #8D54DD;
}
</style>