Shades of Amethyst #8F53DD
Tints of Amethyst #8F53DD
RGB
CMYK
RGB Variations
Color information
#8F53DD (or 0x8F53DD) is known color: Amethyst. HEX triplet: 8F, 53 and DD. RGB value is (143,83,221). Sum of RGB (Red+Green+Blue) = 143+83+221=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F53DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F53DD is #70AC22. Grayscale: #747474. Windows color (decimal): -7384099 or 14504847. OLE color: 14504847.
HSL color Cylindrical-coordinate representation of color #8F53DD: hue angle of 266.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F53DD is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 83 | 221 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.13 |
| HSL | 266.09º | 0.67% | 0.6% | - |
| HSV(B) | 266.09º | 0.62% | 0.87% | - |
| XYZ | 27.47 | 17.25 | 70.29 | - |
| YUV | 116.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 221 | 0.35 | 0.62 | 0 | 0.13 | 266.09 | 0.67 | 0.6 |
| Hex | 8F | 53 | DD | 23 | 3E | 0 | D | 10A | 43 | 3C |
| Octal | 217 | 123 | 335 | 43 | 76 | 0 | 15 | 412 | 103 | 74 |
| Binary | 10001111 | 1010011 | 11011101 | 100011 | 111110 | 0 | 1101 | 100001010 | 1000011 | 111100 |
Color Harmonies of #8F53DD
Complementary color
Monochromatic Colors of #8F53DD
Black with #8F53DD
Text Example
Text Example
White with #8F53DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F53DD; }
p { color: rgb(143,83,221); }
H1.HeaderClassName
{
color: #8F53DD;
}
.AnyTagClassName
{
color: #8F53DD;
}
</style>
background-color css
<style>
a { background-color: #8F53DD; }
a { background-color: rgb(143,83,221); }
div.DivClassName
{
background-color: #8F53DD;
}
.BgClassName
{
background-color: #8F53DD;
}
</style>
border-color css
<style>
span { border-color: #8F53DD; }
span { border-color: rgb(143,83,221); }
td.TdClassName
{
border-color: #8F53DD;
}
.TagClassName
{
border-color: #8F53DD;
}
</style>