Shades of Amethyst #8F5ACE
Tints of Amethyst #8F5ACE
RGB
CMYK
RGB Variations
Color information
#8F5ACE (or 0x8F5ACE) is known color: Amethyst. HEX triplet: 8F, 5A and CE. RGB value is (143,90,206). Sum of RGB (Red+Green+Blue) = 143+90+206=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5ACE is #70A531. Grayscale: #767676. Windows color (decimal): -7382322 or 13523599. OLE color: 13523599.
HSL color Cylindrical-coordinate representation of color #8F5ACE: hue angle of 267.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F5ACE is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 90 | 206 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.19 |
| HSL | 267.41º | 0.54% | 0.58% | - |
| HSV(B) | 267.41º | 0.56% | 0.81% | - |
| XYZ | 26.12 | 17.61 | 60.41 | - |
| YUV | 119.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 206 | 0.31 | 0.56 | 0 | 0.19 | 267.41 | 0.54 | 0.58 |
| Hex | 8F | 5A | CE | 1F | 38 | 0 | 13 | 10B | 36 | 3A |
| Octal | 217 | 132 | 316 | 37 | 70 | 0 | 23 | 413 | 66 | 72 |
| Binary | 10001111 | 1011010 | 11001110 | 11111 | 111000 | 0 | 10011 | 100001011 | 110110 | 111010 |
Color Harmonies of #8F5ACE
Complementary color
Monochromatic Colors of #8F5ACE
Black with #8F5ACE
Text Example
Text Example
White with #8F5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5ACE; }
p { color: rgb(143,90,206); }
H1.HeaderClassName
{
color: #8F5ACE;
}
.AnyTagClassName
{
color: #8F5ACE;
}
</style>
background-color css
<style>
a { background-color: #8F5ACE; }
a { background-color: rgb(143,90,206); }
div.DivClassName
{
background-color: #8F5ACE;
}
.BgClassName
{
background-color: #8F5ACE;
}
</style>
border-color css
<style>
span { border-color: #8F5ACE; }
span { border-color: rgb(143,90,206); }
td.TdClassName
{
border-color: #8F5ACE;
}
.TagClassName
{
border-color: #8F5ACE;
}
</style>