Shades of Amethyst #8F58DC
Tints of Amethyst #8F58DC
RGB
CMYK
RGB Variations
Color information
#8F58DC (or 0x8F58DC) is known color: Amethyst. HEX triplet: 8F, 58 and DC. RGB value is (143,88,220). Sum of RGB (Red+Green+Blue) = 143+88+220=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F58DC is #70A723. Grayscale: #777777. Windows color (decimal): -7382820 or 14440591. OLE color: 14440591.
HSL color Cylindrical-coordinate representation of color #8F58DC: hue angle of 265º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F58DC is Cyan = 0.35, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 88 | 220 | - |
| CMYK | 0.35 | 0.6 | 0 | 0.14 |
| HSL | 265º | 0.65% | 0.6% | - |
| HSV(B) | 265º | 0.6% | 0.86% | - |
| XYZ | 27.74 | 17.99 | 69.72 | - |
| YUV | 119.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 220 | 0.35 | 0.6 | 0 | 0.14 | 265 | 0.65 | 0.6 |
| Hex | 8F | 58 | DC | 23 | 3C | 0 | E | 109 | 41 | 3C |
| Octal | 217 | 130 | 334 | 43 | 74 | 0 | 16 | 411 | 101 | 74 |
| Binary | 10001111 | 1011000 | 11011100 | 100011 | 111100 | 0 | 1110 | 100001001 | 1000001 | 111100 |
Color Harmonies of #8F58DC
Complementary color
Monochromatic Colors of #8F58DC
Black with #8F58DC
Text Example
Text Example
White with #8F58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58DC; }
p { color: rgb(143,88,220); }
H1.HeaderClassName
{
color: #8F58DC;
}
.AnyTagClassName
{
color: #8F58DC;
}
</style>
background-color css
<style>
a { background-color: #8F58DC; }
a { background-color: rgb(143,88,220); }
div.DivClassName
{
background-color: #8F58DC;
}
.BgClassName
{
background-color: #8F58DC;
}
</style>
border-color css
<style>
span { border-color: #8F58DC; }
span { border-color: rgb(143,88,220); }
td.TdClassName
{
border-color: #8F58DC;
}
.TagClassName
{
border-color: #8F58DC;
}
</style>