Shades of Amethyst #8C4CDB
Tints of Amethyst #8C4CDB
RGB
CMYK
RGB Variations
Color information
#8C4CDB (or 0x8C4CDB) is known color: Amethyst. HEX triplet: 8C, 4C and DB. RGB value is (140,76,219). Sum of RGB (Red+Green+Blue) = 140+76+219=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C4CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CDB is #73B324. Grayscale: #6E6E6E. Windows color (decimal): -7582501 or 14371980. OLE color: 14371980.
HSL color Cylindrical-coordinate representation of color #8C4CDB: hue angle of 266.85º 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 #8C4CDB is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 76 | 219 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.14 |
| HSL | 266.85º | 0.67% | 0.58% | - |
| HSV(B) | 266.85º | 0.65% | 0.86% | - |
| XYZ | 26.19 | 15.86 | 68.7 | - |
| YUV | 111.44 | 188.7 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 219 | 0.36 | 0.65 | 0 | 0.14 | 266.85 | 0.67 | 0.58 |
| Hex | 8C | 4C | DB | 24 | 41 | 0 | E | 10B | 43 | 3A |
| Octal | 214 | 114 | 333 | 44 | 101 | 0 | 16 | 413 | 103 | 72 |
| Binary | 10001100 | 1001100 | 11011011 | 100100 | 1000001 | 0 | 1110 | 100001011 | 1000011 | 111010 |
Color Harmonies of #8C4CDB
Complementary color
Monochromatic Colors of #8C4CDB
Black with #8C4CDB
Text Example
Text Example
White with #8C4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CDB; }
p { color: rgb(140,76,219); }
H1.HeaderClassName
{
color: #8C4CDB;
}
.AnyTagClassName
{
color: #8C4CDB;
}
</style>
background-color css
<style>
a { background-color: #8C4CDB; }
a { background-color: rgb(140,76,219); }
div.DivClassName
{
background-color: #8C4CDB;
}
.BgClassName
{
background-color: #8C4CDB;
}
</style>
border-color css
<style>
span { border-color: #8C4CDB; }
span { border-color: rgb(140,76,219); }
td.TdClassName
{
border-color: #8C4CDB;
}
.TagClassName
{
border-color: #8C4CDB;
}
</style>