Shades of Amethyst #8D5ACF
Tints of Amethyst #8D5ACF
RGB
CMYK
RGB Variations
Color information
#8D5ACF (or 0x8D5ACF) is known color: Amethyst. HEX triplet: 8D, 5A and CF. RGB value is (141,90,207). Sum of RGB (Red+Green+Blue) = 141+90+207=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5ACF is #72A530. Grayscale: #767676. Windows color (decimal): -7513393 or 13589133. OLE color: 13589133.
HSL color Cylindrical-coordinate representation of color #8D5ACF: hue angle of 266.15º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D5ACF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 90 | 207 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.19 |
| HSL | 266.15º | 0.55% | 0.58% | - |
| HSV(B) | 266.15º | 0.57% | 0.81% | - |
| XYZ | 25.9 | 17.48 | 61.04 | - |
| YUV | 118.59 | 177.9 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 207 | 0.32 | 0.57 | 0 | 0.19 | 266.15 | 0.55 | 0.58 |
| Hex | 8D | 5A | CF | 20 | 39 | 0 | 13 | 10A | 37 | 3A |
| Octal | 215 | 132 | 317 | 40 | 71 | 0 | 23 | 412 | 67 | 72 |
| Binary | 10001101 | 1011010 | 11001111 | 100000 | 111001 | 0 | 10011 | 100001010 | 110111 | 111010 |
Color Harmonies of #8D5ACF
Complementary color
Monochromatic Colors of #8D5ACF
Black with #8D5ACF
Text Example
Text Example
White with #8D5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5ACF; }
p { color: rgb(141,90,207); }
H1.HeaderClassName
{
color: #8D5ACF;
}
.AnyTagClassName
{
color: #8D5ACF;
}
</style>
background-color css
<style>
a { background-color: #8D5ACF; }
a { background-color: rgb(141,90,207); }
div.DivClassName
{
background-color: #8D5ACF;
}
.BgClassName
{
background-color: #8D5ACF;
}
</style>
border-color css
<style>
span { border-color: #8D5ACF; }
span { border-color: rgb(141,90,207); }
td.TdClassName
{
border-color: #8D5ACF;
}
.TagClassName
{
border-color: #8D5ACF;
}
</style>