Shades of Amethyst #8C4DDA
Tints of Amethyst #8C4DDA
RGB
CMYK
RGB Variations
Color information
#8C4DDA (or 0x8C4DDA) is known color: Amethyst. HEX triplet: 8C, 4D and DA. RGB value is (140,77,218). Sum of RGB (Red+Green+Blue) = 140+77+218=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DDA is #73B225. Grayscale: #6F6F6F. Windows color (decimal): -7582246 or 14306700. OLE color: 14306700.
HSL color Cylindrical-coordinate representation of color #8C4DDA: hue angle of 266.81º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4DDA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 77 | 218 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.15 |
| HSL | 266.81º | 0.66% | 0.58% | - |
| HSV(B) | 266.81º | 0.65% | 0.85% | - |
| XYZ | 26.12 | 15.95 | 68.03 | - |
| YUV | 111.91 | 187.87 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 218 | 0.36 | 0.65 | 0 | 0.15 | 266.81 | 0.66 | 0.58 |
| Hex | 8C | 4D | DA | 24 | 41 | 0 | F | 10B | 42 | 3A |
| Octal | 214 | 115 | 332 | 44 | 101 | 0 | 17 | 413 | 102 | 72 |
| Binary | 10001100 | 1001101 | 11011010 | 100100 | 1000001 | 0 | 1111 | 100001011 | 1000010 | 111010 |
Color Harmonies of #8C4DDA
Complementary color
Monochromatic Colors of #8C4DDA
Black with #8C4DDA
Text Example
Text Example
White with #8C4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DDA; }
p { color: rgb(140,77,218); }
H1.HeaderClassName
{
color: #8C4DDA;
}
.AnyTagClassName
{
color: #8C4DDA;
}
</style>
background-color css
<style>
a { background-color: #8C4DDA; }
a { background-color: rgb(140,77,218); }
div.DivClassName
{
background-color: #8C4DDA;
}
.BgClassName
{
background-color: #8C4DDA;
}
</style>
border-color css
<style>
span { border-color: #8C4DDA; }
span { border-color: rgb(140,77,218); }
td.TdClassName
{
border-color: #8C4DDA;
}
.TagClassName
{
border-color: #8C4DDA;
}
</style>