Shades of Amethyst #8F4CDD
Tints of Amethyst #8F4CDD
RGB
CMYK
RGB Variations
Color information
#8F4CDD (or 0x8F4CDD) is known color: Amethyst. HEX triplet: 8F, 4C and DD. RGB value is (143,76,221). Sum of RGB (Red+Green+Blue) = 143+76+221=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4CDD is #70B322. Grayscale: #707070. Windows color (decimal): -7385891 or 14503055. OLE color: 14503055.
HSL color Cylindrical-coordinate representation of color #8F4CDD: hue angle of 267.72º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F4CDD is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 76 | 221 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.13 |
| HSL | 267.72º | 0.68% | 0.58% | - |
| HSV(B) | 267.72º | 0.66% | 0.87% | - |
| XYZ | 26.96 | 16.23 | 70.12 | - |
| YUV | 112.56 | 189.2 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 76 | 221 | 0.35 | 0.66 | 0 | 0.13 | 267.72 | 0.68 | 0.58 |
| Hex | 8F | 4C | DD | 23 | 42 | 0 | D | 10C | 44 | 3A |
| Octal | 217 | 114 | 335 | 43 | 102 | 0 | 15 | 414 | 104 | 72 |
| Binary | 10001111 | 1001100 | 11011101 | 100011 | 1000010 | 0 | 1101 | 100001100 | 1000100 | 111010 |
Color Harmonies of #8F4CDD
Complementary color
Monochromatic Colors of #8F4CDD
Black with #8F4CDD
Text Example
Text Example
White with #8F4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4CDD; }
p { color: rgb(143,76,221); }
H1.HeaderClassName
{
color: #8F4CDD;
}
.AnyTagClassName
{
color: #8F4CDD;
}
</style>
background-color css
<style>
a { background-color: #8F4CDD; }
a { background-color: rgb(143,76,221); }
div.DivClassName
{
background-color: #8F4CDD;
}
.BgClassName
{
background-color: #8F4CDD;
}
</style>
border-color css
<style>
span { border-color: #8F4CDD; }
span { border-color: rgb(143,76,221); }
td.TdClassName
{
border-color: #8F4CDD;
}
.TagClassName
{
border-color: #8F4CDD;
}
</style>