Shades of Amethyst #8F54DC
Tints of Amethyst #8F54DC
RGB
CMYK
RGB Variations
Color information
#8F54DC (or 0x8F54DC) is known color: Amethyst. HEX triplet: 8F, 54 and DC. RGB value is (143,84,220). Sum of RGB (Red+Green+Blue) = 143+84+220=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F54DC is #70AB23. Grayscale: #747474. Windows color (decimal): -7383844 or 14439567. OLE color: 14439567.
HSL color Cylindrical-coordinate representation of color #8F54DC: hue angle of 266.03º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F54DC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 84 | 220 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.14 |
| HSL | 266.03º | 0.66% | 0.6% | - |
| HSV(B) | 266.03º | 0.62% | 0.86% | - |
| XYZ | 27.42 | 17.35 | 69.61 | - |
| YUV | 117.15 | 186.05 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 220 | 0.35 | 0.62 | 0 | 0.14 | 266.03 | 0.66 | 0.6 |
| Hex | 8F | 54 | DC | 23 | 3E | 0 | E | 10A | 42 | 3C |
| Octal | 217 | 124 | 334 | 43 | 76 | 0 | 16 | 412 | 102 | 74 |
| Binary | 10001111 | 1010100 | 11011100 | 100011 | 111110 | 0 | 1110 | 100001010 | 1000010 | 111100 |
Color Harmonies of #8F54DC
Complementary color
Monochromatic Colors of #8F54DC
Black with #8F54DC
Text Example
Text Example
White with #8F54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54DC; }
p { color: rgb(143,84,220); }
H1.HeaderClassName
{
color: #8F54DC;
}
.AnyTagClassName
{
color: #8F54DC;
}
</style>
background-color css
<style>
a { background-color: #8F54DC; }
a { background-color: rgb(143,84,220); }
div.DivClassName
{
background-color: #8F54DC;
}
.BgClassName
{
background-color: #8F54DC;
}
</style>
border-color css
<style>
span { border-color: #8F54DC; }
span { border-color: rgb(143,84,220); }
td.TdClassName
{
border-color: #8F54DC;
}
.TagClassName
{
border-color: #8F54DC;
}
</style>