Shades of Amethyst #8F5AD8
Tints of Amethyst #8F5AD8
RGB
CMYK
RGB Variations
Color information
#8F5AD8 (or 0x8F5AD8) is known color: Amethyst. HEX triplet: 8F, 5A and D8. RGB value is (143,90,216). Sum of RGB (Red+Green+Blue) = 143+90+216=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F5AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5AD8 is #70A527. Grayscale: #777777. Windows color (decimal): -7382312 or 14178959. OLE color: 14178959.
HSL color Cylindrical-coordinate representation of color #8F5AD8: hue angle of 265.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F5AD8 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 90 | 216 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.15 |
| HSL | 265.24º | 0.62% | 0.6% | - |
| HSV(B) | 265.24º | 0.58% | 0.85% | - |
| XYZ | 27.38 | 18.11 | 67.02 | - |
| YUV | 120.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 216 | 0.34 | 0.58 | 0 | 0.15 | 265.24 | 0.62 | 0.6 |
| Hex | 8F | 5A | D8 | 22 | 3A | 0 | F | 109 | 3E | 3C |
| Octal | 217 | 132 | 330 | 42 | 72 | 0 | 17 | 411 | 76 | 74 |
| Binary | 10001111 | 1011010 | 11011000 | 100010 | 111010 | 0 | 1111 | 100001001 | 111110 | 111100 |
Color Harmonies of #8F5AD8
Complementary color
Monochromatic Colors of #8F5AD8
Black with #8F5AD8
Text Example
Text Example
White with #8F5AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5AD8; }
p { color: rgb(143,90,216); }
H1.HeaderClassName
{
color: #8F5AD8;
}
.AnyTagClassName
{
color: #8F5AD8;
}
</style>
background-color css
<style>
a { background-color: #8F5AD8; }
a { background-color: rgb(143,90,216); }
div.DivClassName
{
background-color: #8F5AD8;
}
.BgClassName
{
background-color: #8F5AD8;
}
</style>
border-color css
<style>
span { border-color: #8F5AD8; }
span { border-color: rgb(143,90,216); }
td.TdClassName
{
border-color: #8F5AD8;
}
.TagClassName
{
border-color: #8F5AD8;
}
</style>