Shades of Amethyst #8F4DDC
Tints of Amethyst #8F4DDC
RGB
CMYK
RGB Variations
Color information
#8F4DDC (or 0x8F4DDC) is known color: Amethyst. HEX triplet: 8F, 4D and DC. RGB value is (143,77,220). Sum of RGB (Red+Green+Blue) = 143+77+220=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4DDC is #70B223. Grayscale: #707070. Windows color (decimal): -7385636 or 14437775. OLE color: 14437775.
HSL color Cylindrical-coordinate representation of color #8F4DDC: hue angle of 267.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F4DDC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 77 | 220 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.14 |
| HSL | 267.69º | 0.67% | 0.58% | - |
| HSV(B) | 267.69º | 0.65% | 0.86% | - |
| XYZ | 26.9 | 16.31 | 69.44 | - |
| YUV | 113.04 | 188.37 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 220 | 0.35 | 0.65 | 0 | 0.14 | 267.69 | 0.67 | 0.58 |
| Hex | 8F | 4D | DC | 23 | 41 | 0 | E | 10C | 43 | 3A |
| Octal | 217 | 115 | 334 | 43 | 101 | 0 | 16 | 414 | 103 | 72 |
| Binary | 10001111 | 1001101 | 11011100 | 100011 | 1000001 | 0 | 1110 | 100001100 | 1000011 | 111010 |
Color Harmonies of #8F4DDC
Complementary color
Monochromatic Colors of #8F4DDC
Black with #8F4DDC
Text Example
Text Example
White with #8F4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DDC; }
p { color: rgb(143,77,220); }
H1.HeaderClassName
{
color: #8F4DDC;
}
.AnyTagClassName
{
color: #8F4DDC;
}
</style>
background-color css
<style>
a { background-color: #8F4DDC; }
a { background-color: rgb(143,77,220); }
div.DivClassName
{
background-color: #8F4DDC;
}
.BgClassName
{
background-color: #8F4DDC;
}
</style>
border-color css
<style>
span { border-color: #8F4DDC; }
span { border-color: rgb(143,77,220); }
td.TdClassName
{
border-color: #8F4DDC;
}
.TagClassName
{
border-color: #8F4DDC;
}
</style>