Shades of Amethyst #8F58DD
Tints of Amethyst #8F58DD
RGB
CMYK
RGB Variations
Color information
#8F58DD (or 0x8F58DD) is known color: Amethyst. HEX triplet: 8F, 58 and DD. RGB value is (143,88,221). Sum of RGB (Red+Green+Blue) = 143+88+221=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F58DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F58DD is #70A722. Grayscale: #777777. Windows color (decimal): -7382819 or 14506127. OLE color: 14506127.
HSL color Cylindrical-coordinate representation of color #8F58DD: hue angle of 264.81º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F58DD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 88 | 221 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.13 |
| HSL | 264.81º | 0.66% | 0.61% | - |
| HSV(B) | 264.81º | 0.6% | 0.87% | - |
| XYZ | 27.87 | 18.04 | 70.42 | - |
| YUV | 119.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 221 | 0.35 | 0.60 | 0 | 0.13 | 264.81 | 0.66 | 0.61 |
| Hex | 8F | 58 | DD | 23 | 3C | 0 | D | 109 | 42 | 3D |
| Octal | 217 | 130 | 335 | 43 | 74 | 0 | 15 | 411 | 102 | 75 |
| Binary | 10001111 | 1011000 | 11011101 | 100011 | 111100 | 0 | 1101 | 100001001 | 1000010 | 111101 |
Color Harmonies of #8F58DD
Complementary color
Monochromatic Colors of #8F58DD
Black with #8F58DD
Text Example
Text Example
White with #8F58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58DD; }
p { color: rgb(143,88,221); }
H1.HeaderClassName
{
color: #8F58DD;
}
.AnyTagClassName
{
color: #8F58DD;
}
</style>
background-color css
<style>
a { background-color: #8F58DD; }
a { background-color: rgb(143,88,221); }
div.DivClassName
{
background-color: #8F58DD;
}
.BgClassName
{
background-color: #8F58DD;
}
</style>
border-color css
<style>
span { border-color: #8F58DD; }
span { border-color: rgb(143,88,221); }
td.TdClassName
{
border-color: #8F58DD;
}
.TagClassName
{
border-color: #8F58DD;
}
</style>