Shades of Amethyst #8C54DB
Tints of Amethyst #8C54DB
RGB
CMYK
RGB Variations
Color information
#8C54DB (or 0x8C54DB) is known color: Amethyst. HEX triplet: 8C, 54 and DB. RGB value is (140,84,219). Sum of RGB (Red+Green+Blue) = 140+84+219=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54DB is #73AB24. Grayscale: #737373. Windows color (decimal): -7580453 or 14374028. OLE color: 14374028.
HSL color Cylindrical-coordinate representation of color #8C54DB: hue angle of 264.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C54DB is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 84 | 219 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.14 |
| HSL | 264.89º | 0.65% | 0.59% | - |
| HSV(B) | 264.89º | 0.62% | 0.86% | - |
| XYZ | 26.77 | 17.03 | 68.89 | - |
| YUV | 116.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 219 | 0.36 | 0.62 | 0 | 0.14 | 264.89 | 0.65 | 0.59 |
| Hex | 8C | 54 | DB | 24 | 3E | 0 | E | 109 | 41 | 3B |
| Octal | 214 | 124 | 333 | 44 | 76 | 0 | 16 | 411 | 101 | 73 |
| Binary | 10001100 | 1010100 | 11011011 | 100100 | 111110 | 0 | 1110 | 100001001 | 1000001 | 111011 |
Color Harmonies of #8C54DB
Complementary color
Monochromatic Colors of #8C54DB
Black with #8C54DB
Text Example
Text Example
White with #8C54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54DB; }
p { color: rgb(140,84,219); }
H1.HeaderClassName
{
color: #8C54DB;
}
.AnyTagClassName
{
color: #8C54DB;
}
</style>
background-color css
<style>
a { background-color: #8C54DB; }
a { background-color: rgb(140,84,219); }
div.DivClassName
{
background-color: #8C54DB;
}
.BgClassName
{
background-color: #8C54DB;
}
</style>
border-color css
<style>
span { border-color: #8C54DB; }
span { border-color: rgb(140,84,219); }
td.TdClassName
{
border-color: #8C54DB;
}
.TagClassName
{
border-color: #8C54DB;
}
</style>