Shades of Amethyst #8C54DC
Tints of Amethyst #8C54DC
RGB
CMYK
RGB Variations
Color information
#8C54DC (or 0x8C54DC) is known color: Amethyst. HEX triplet: 8C, 54 and DC. RGB value is (140,84,220). Sum of RGB (Red+Green+Blue) = 140+84+220=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54DC is #73AB23. Grayscale: #737373. Windows color (decimal): -7580452 or 14439564. OLE color: 14439564.
HSL color Cylindrical-coordinate representation of color #8C54DC: hue angle of 264.71º 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 #8C54DC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 84 | 220 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.14 |
| HSL | 264.71º | 0.66% | 0.6% | - |
| HSV(B) | 264.71º | 0.62% | 0.86% | - |
| XYZ | 26.9 | 17.08 | 69.59 | - |
| YUV | 116.25 | 186.55 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 220 | 0.36 | 0.62 | 0 | 0.14 | 264.71 | 0.66 | 0.6 |
| Hex | 8C | 54 | DC | 24 | 3E | 0 | E | 109 | 42 | 3C |
| Octal | 214 | 124 | 334 | 44 | 76 | 0 | 16 | 411 | 102 | 74 |
| Binary | 10001100 | 1010100 | 11011100 | 100100 | 111110 | 0 | 1110 | 100001001 | 1000010 | 111100 |
Color Harmonies of #8C54DC
Complementary color
Monochromatic Colors of #8C54DC
Black with #8C54DC
Text Example
Text Example
White with #8C54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54DC; }
p { color: rgb(140,84,220); }
H1.HeaderClassName
{
color: #8C54DC;
}
.AnyTagClassName
{
color: #8C54DC;
}
</style>
background-color css
<style>
a { background-color: #8C54DC; }
a { background-color: rgb(140,84,220); }
div.DivClassName
{
background-color: #8C54DC;
}
.BgClassName
{
background-color: #8C54DC;
}
</style>
border-color css
<style>
span { border-color: #8C54DC; }
span { border-color: rgb(140,84,220); }
td.TdClassName
{
border-color: #8C54DC;
}
.TagClassName
{
border-color: #8C54DC;
}
</style>