Shades of Amethyst #8C5AD1
Tints of Amethyst #8C5AD1
RGB
CMYK
RGB Variations
Color information
#8C5AD1 (or 0x8C5AD1) is known color: Amethyst. HEX triplet: 8C, 5A and D1. RGB value is (140,90,209). Sum of RGB (Red+Green+Blue) = 140+90+209=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C5AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5AD1 is #73A52E. Grayscale: #767676. Windows color (decimal): -7578927 or 13720204. OLE color: 13720204.
HSL color Cylindrical-coordinate representation of color #8C5AD1: hue angle of 265.21º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C5AD1 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 90 | 209 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.18 |
| HSL | 265.21º | 0.56% | 0.59% | - |
| HSV(B) | 265.21º | 0.57% | 0.82% | - |
| XYZ | 25.98 | 17.49 | 62.33 | - |
| YUV | 118.52 | 179.07 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 209 | 0.33 | 0.57 | 0 | 0.18 | 265.21 | 0.56 | 0.59 |
| Hex | 8C | 5A | D1 | 21 | 39 | 0 | 12 | 109 | 38 | 3B |
| Octal | 214 | 132 | 321 | 41 | 71 | 0 | 22 | 411 | 70 | 73 |
| Binary | 10001100 | 1011010 | 11010001 | 100001 | 111001 | 0 | 10010 | 100001001 | 111000 | 111011 |
Color Harmonies of #8C5AD1
Complementary color
Monochromatic Colors of #8C5AD1
Black with #8C5AD1
Text Example
Text Example
White with #8C5AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5AD1; }
p { color: rgb(140,90,209); }
H1.HeaderClassName
{
color: #8C5AD1;
}
.AnyTagClassName
{
color: #8C5AD1;
}
</style>
background-color css
<style>
a { background-color: #8C5AD1; }
a { background-color: rgb(140,90,209); }
div.DivClassName
{
background-color: #8C5AD1;
}
.BgClassName
{
background-color: #8C5AD1;
}
</style>
border-color css
<style>
span { border-color: #8C5AD1; }
span { border-color: rgb(140,90,209); }
td.TdClassName
{
border-color: #8C5AD1;
}
.TagClassName
{
border-color: #8C5AD1;
}
</style>