Shades of Amethyst #8F4EE2
Tints of Amethyst #8F4EE2
RGB
CMYK
RGB Variations
Color information
#8F4EE2 (or 0x8F4EE2) is known color: Amethyst. HEX triplet: 8F, 4E and E2. RGB value is (143,78,226). Sum of RGB (Red+Green+Blue) = 143+78+226=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #8F4EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4EE2 is #70B11D. Grayscale: #717171. Windows color (decimal): -7385374 or 14831247. OLE color: 14831247.
HSL color Cylindrical-coordinate representation of color #8F4EE2: hue angle of 266.35º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F4EE2 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 78 | 226 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.11 |
| HSL | 266.35º | 0.72% | 0.6% | - |
| HSV(B) | 266.35º | 0.65% | 0.89% | - |
| XYZ | 27.78 | 16.78 | 73.73 | - |
| YUV | 114.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 226 | 0.37 | 0.65 | 0 | 0.11 | 266.35 | 0.72 | 0.6 |
| Hex | 8F | 4E | E2 | 25 | 41 | 0 | B | 10A | 48 | 3C |
| Octal | 217 | 116 | 342 | 45 | 101 | 0 | 13 | 412 | 110 | 74 |
| Binary | 10001111 | 1001110 | 11100010 | 100101 | 1000001 | 0 | 1011 | 100001010 | 1001000 | 111100 |
Color Harmonies of #8F4EE2
Complementary color
Monochromatic Colors of #8F4EE2
Black with #8F4EE2
Text Example
Text Example
White with #8F4EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4EE2; }
p { color: rgb(143,78,226); }
H1.HeaderClassName
{
color: #8F4EE2;
}
.AnyTagClassName
{
color: #8F4EE2;
}
</style>
background-color css
<style>
a { background-color: #8F4EE2; }
a { background-color: rgb(143,78,226); }
div.DivClassName
{
background-color: #8F4EE2;
}
.BgClassName
{
background-color: #8F4EE2;
}
</style>
border-color css
<style>
span { border-color: #8F4EE2; }
span { border-color: rgb(143,78,226); }
td.TdClassName
{
border-color: #8F4EE2;
}
.TagClassName
{
border-color: #8F4EE2;
}
</style>