Shades of Amethyst #8F5ACC
Tints of Amethyst #8F5ACC
RGB
CMYK
RGB Variations
Color information
#8F5ACC (or 0x8F5ACC) is known color: Amethyst. HEX triplet: 8F, 5A and CC. RGB value is (143,90,204). Sum of RGB (Red+Green+Blue) = 143+90+204=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5ACC is #70A533. Grayscale: #767676. Windows color (decimal): -7382324 or 13392527. OLE color: 13392527.
HSL color Cylindrical-coordinate representation of color #8F5ACC: hue angle of 267.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F5ACC is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 90 | 204 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.2 |
| HSL | 267.89º | 0.53% | 0.58% | - |
| HSV(B) | 267.89º | 0.56% | 0.8% | - |
| XYZ | 25.88 | 17.51 | 59.14 | - |
| YUV | 118.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 204 | 0.30 | 0.56 | 0 | 0.2 | 267.89 | 0.53 | 0.58 |
| Hex | 8F | 5A | CC | 1E | 38 | 0 | 14 | 10C | 35 | 3A |
| Octal | 217 | 132 | 314 | 36 | 70 | 0 | 24 | 414 | 65 | 72 |
| Binary | 10001111 | 1011010 | 11001100 | 11110 | 111000 | 0 | 10100 | 100001100 | 110101 | 111010 |
Color Harmonies of #8F5ACC
Complementary color
Monochromatic Colors of #8F5ACC
Black with #8F5ACC
Text Example
Text Example
White with #8F5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5ACC; }
p { color: rgb(143,90,204); }
H1.HeaderClassName
{
color: #8F5ACC;
}
.AnyTagClassName
{
color: #8F5ACC;
}
</style>
background-color css
<style>
a { background-color: #8F5ACC; }
a { background-color: rgb(143,90,204); }
div.DivClassName
{
background-color: #8F5ACC;
}
.BgClassName
{
background-color: #8F5ACC;
}
</style>
border-color css
<style>
span { border-color: #8F5ACC; }
span { border-color: rgb(143,90,204); }
td.TdClassName
{
border-color: #8F5ACC;
}
.TagClassName
{
border-color: #8F5ACC;
}
</style>