Shades of Amethyst #8D52DC
Tints of Amethyst #8D52DC
RGB
CMYK
RGB Variations
Color information
#8D52DC (or 0x8D52DC) is known color: Amethyst. HEX triplet: 8D, 52 and DC. RGB value is (141,82,220). Sum of RGB (Red+Green+Blue) = 141+82+220=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 82 (32.42% from 255 or 18.51% 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 #8D52DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D52DC is #72AD23. Grayscale: #727272. Windows color (decimal): -7515428 or 14439053. OLE color: 14439053.
HSL color Cylindrical-coordinate representation of color #8D52DC: hue angle of 265.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D52DC is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 82 | 220 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.14 |
| HSL | 265.65º | 0.66% | 0.59% | - |
| HSV(B) | 265.65º | 0.63% | 0.86% | - |
| XYZ | 26.92 | 16.86 | 69.55 | - |
| YUV | 115.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 220 | 0.36 | 0.63 | 0 | 0.14 | 265.65 | 0.66 | 0.59 |
| Hex | 8D | 52 | DC | 24 | 3F | 0 | E | 10A | 42 | 3B |
| Octal | 215 | 122 | 334 | 44 | 77 | 0 | 16 | 412 | 102 | 73 |
| Binary | 10001101 | 1010010 | 11011100 | 100100 | 111111 | 0 | 1110 | 100001010 | 1000010 | 111011 |
Color Harmonies of #8D52DC
Complementary color
Monochromatic Colors of #8D52DC
Black with #8D52DC
Text Example
Text Example
White with #8D52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D52DC; }
p { color: rgb(141,82,220); }
H1.HeaderClassName
{
color: #8D52DC;
}
.AnyTagClassName
{
color: #8D52DC;
}
</style>
background-color css
<style>
a { background-color: #8D52DC; }
a { background-color: rgb(141,82,220); }
div.DivClassName
{
background-color: #8D52DC;
}
.BgClassName
{
background-color: #8D52DC;
}
</style>
border-color css
<style>
span { border-color: #8D52DC; }
span { border-color: rgb(141,82,220); }
td.TdClassName
{
border-color: #8D52DC;
}
.TagClassName
{
border-color: #8D52DC;
}
</style>