Shades of Amethyst #8F59DC
Tints of Amethyst #8F59DC
RGB
CMYK
RGB Variations
Color information
#8F59DC (or 0x8F59DC) is known color: Amethyst. HEX triplet: 8F, 59 and DC. RGB value is (143,89,220). Sum of RGB (Red+Green+Blue) = 143+89+220=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F59DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F59DC is #70A623. Grayscale: #777777. Windows color (decimal): -7382564 or 14440847. OLE color: 14440847.
HSL color Cylindrical-coordinate representation of color #8F59DC: hue angle of 264.73º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F59DC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 89 | 220 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.14 |
| HSL | 264.73º | 0.65% | 0.61% | - |
| HSV(B) | 264.73º | 0.6% | 0.86% | - |
| XYZ | 27.82 | 18.15 | 69.75 | - |
| YUV | 120.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 220 | 0.35 | 0.60 | 0 | 0.14 | 264.73 | 0.65 | 0.61 |
| Hex | 8F | 59 | DC | 23 | 3C | 0 | E | 109 | 41 | 3D |
| Octal | 217 | 131 | 334 | 43 | 74 | 0 | 16 | 411 | 101 | 75 |
| Binary | 10001111 | 1011001 | 11011100 | 100011 | 111100 | 0 | 1110 | 100001001 | 1000001 | 111101 |
Color Harmonies of #8F59DC
Complementary color
Monochromatic Colors of #8F59DC
Black with #8F59DC
Text Example
Text Example
White with #8F59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F59DC; }
p { color: rgb(143,89,220); }
H1.HeaderClassName
{
color: #8F59DC;
}
.AnyTagClassName
{
color: #8F59DC;
}
</style>
background-color css
<style>
a { background-color: #8F59DC; }
a { background-color: rgb(143,89,220); }
div.DivClassName
{
background-color: #8F59DC;
}
.BgClassName
{
background-color: #8F59DC;
}
</style>
border-color css
<style>
span { border-color: #8F59DC; }
span { border-color: rgb(143,89,220); }
td.TdClassName
{
border-color: #8F59DC;
}
.TagClassName
{
border-color: #8F59DC;
}
</style>