Shades of Amethyst #8C4DDC
Tints of Amethyst #8C4DDC
RGB
CMYK
RGB Variations
Color information
#8C4DDC (or 0x8C4DDC) is known color: Amethyst. HEX triplet: 8C, 4D and DC. RGB value is (140,77,220). Sum of RGB (Red+Green+Blue) = 140+77+220=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DDC is #73B223. Grayscale: #6F6F6F. Windows color (decimal): -7582244 or 14437772. OLE color: 14437772.
HSL color Cylindrical-coordinate representation of color #8C4DDC: hue angle of 266.43º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4DDC is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 77 | 220 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.14 |
| HSL | 266.43º | 0.67% | 0.58% | - |
| HSV(B) | 266.43º | 0.65% | 0.86% | - |
| XYZ | 26.39 | 16.05 | 69.42 | - |
| YUV | 112.14 | 188.87 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 220 | 0.36 | 0.65 | 0 | 0.14 | 266.43 | 0.67 | 0.58 |
| Hex | 8C | 4D | DC | 24 | 41 | 0 | E | 10A | 43 | 3A |
| Octal | 214 | 115 | 334 | 44 | 101 | 0 | 16 | 412 | 103 | 72 |
| Binary | 10001100 | 1001101 | 11011100 | 100100 | 1000001 | 0 | 1110 | 100001010 | 1000011 | 111010 |
Color Harmonies of #8C4DDC
Complementary color
Monochromatic Colors of #8C4DDC
Black with #8C4DDC
Text Example
Text Example
White with #8C4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DDC; }
p { color: rgb(140,77,220); }
H1.HeaderClassName
{
color: #8C4DDC;
}
.AnyTagClassName
{
color: #8C4DDC;
}
</style>
background-color css
<style>
a { background-color: #8C4DDC; }
a { background-color: rgb(140,77,220); }
div.DivClassName
{
background-color: #8C4DDC;
}
.BgClassName
{
background-color: #8C4DDC;
}
</style>
border-color css
<style>
span { border-color: #8C4DDC; }
span { border-color: rgb(140,77,220); }
td.TdClassName
{
border-color: #8C4DDC;
}
.TagClassName
{
border-color: #8C4DDC;
}
</style>