Shades of Amethyst #8F54DD
Tints of Amethyst #8F54DD
RGB
CMYK
RGB Variations
Color information
#8F54DD (or 0x8F54DD) is known color: Amethyst. HEX triplet: 8F, 54 and DD. RGB value is (143,84,221). Sum of RGB (Red+Green+Blue) = 143+84+221=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F54DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F54DD is #70AB22. Grayscale: #747474. Windows color (decimal): -7383843 or 14505103. OLE color: 14505103.
HSL color Cylindrical-coordinate representation of color #8F54DD: hue angle of 265.84º 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 #8F54DD is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 84 | 221 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.13 |
| HSL | 265.84º | 0.67% | 0.6% | - |
| HSV(B) | 265.84º | 0.62% | 0.87% | - |
| XYZ | 27.55 | 17.4 | 70.31 | - |
| YUV | 117.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 221 | 0.35 | 0.62 | 0 | 0.13 | 265.84 | 0.67 | 0.6 |
| Hex | 8F | 54 | DD | 23 | 3E | 0 | D | 10A | 43 | 3C |
| Octal | 217 | 124 | 335 | 43 | 76 | 0 | 15 | 412 | 103 | 74 |
| Binary | 10001111 | 1010100 | 11011101 | 100011 | 111110 | 0 | 1101 | 100001010 | 1000011 | 111100 |
Color Harmonies of #8F54DD
Complementary color
Monochromatic Colors of #8F54DD
Black with #8F54DD
Text Example
Text Example
White with #8F54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54DD; }
p { color: rgb(143,84,221); }
H1.HeaderClassName
{
color: #8F54DD;
}
.AnyTagClassName
{
color: #8F54DD;
}
</style>
background-color css
<style>
a { background-color: #8F54DD; }
a { background-color: rgb(143,84,221); }
div.DivClassName
{
background-color: #8F54DD;
}
.BgClassName
{
background-color: #8F54DD;
}
</style>
border-color css
<style>
span { border-color: #8F54DD; }
span { border-color: rgb(143,84,221); }
td.TdClassName
{
border-color: #8F54DD;
}
.TagClassName
{
border-color: #8F54DD;
}
</style>