Shades of Amethyst #8C53DC
Tints of Amethyst #8C53DC
RGB
CMYK
RGB Variations
Color information
#8C53DC (or 0x8C53DC) is known color: Amethyst. HEX triplet: 8C, 53 and DC. RGB value is (140,83,220). Sum of RGB (Red+Green+Blue) = 140+83+220=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C53DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53DC is #73AC23. Grayscale: #737373. Windows color (decimal): -7580708 or 14439308. OLE color: 14439308.
HSL color Cylindrical-coordinate representation of color #8C53DC: hue angle of 264.96º degrees, saturation: 0.66, 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 #8C53DC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 83 | 220 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.14 |
| HSL | 264.96º | 0.66% | 0.59% | - |
| HSV(B) | 264.96º | 0.62% | 0.86% | - |
| XYZ | 26.83 | 16.93 | 69.56 | - |
| YUV | 115.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 220 | 0.36 | 0.62 | 0 | 0.14 | 264.96 | 0.66 | 0.59 |
| Hex | 8C | 53 | DC | 24 | 3E | 0 | E | 109 | 42 | 3B |
| Octal | 214 | 123 | 334 | 44 | 76 | 0 | 16 | 411 | 102 | 73 |
| Binary | 10001100 | 1010011 | 11011100 | 100100 | 111110 | 0 | 1110 | 100001001 | 1000010 | 111011 |
Color Harmonies of #8C53DC
Complementary color
Monochromatic Colors of #8C53DC
Black with #8C53DC
Text Example
Text Example
White with #8C53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C53DC; }
p { color: rgb(140,83,220); }
H1.HeaderClassName
{
color: #8C53DC;
}
.AnyTagClassName
{
color: #8C53DC;
}
</style>
background-color css
<style>
a { background-color: #8C53DC; }
a { background-color: rgb(140,83,220); }
div.DivClassName
{
background-color: #8C53DC;
}
.BgClassName
{
background-color: #8C53DC;
}
</style>
border-color css
<style>
span { border-color: #8C53DC; }
span { border-color: rgb(140,83,220); }
td.TdClassName
{
border-color: #8C53DC;
}
.TagClassName
{
border-color: #8C53DC;
}
</style>