Shades of Amethyst #8C52DC
Tints of Amethyst #8C52DC
RGB
CMYK
RGB Variations
Color information
#8C52DC (or 0x8C52DC) is known color: Amethyst. HEX triplet: 8C, 52 and DC. RGB value is (140,82,220). Sum of RGB (Red+Green+Blue) = 140+82+220=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C52DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52DC is #73AD23. Grayscale: #727272. Windows color (decimal): -7580964 or 14439052. OLE color: 14439052.
HSL color Cylindrical-coordinate representation of color #8C52DC: hue angle of 265.22º 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 #8C52DC is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 82 | 220 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.14 |
| HSL | 265.22º | 0.66% | 0.59% | - |
| HSV(B) | 265.22º | 0.63% | 0.86% | - |
| XYZ | 26.75 | 16.78 | 69.54 | - |
| YUV | 115.07 | 187.22 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 220 | 0.36 | 0.63 | 0 | 0.14 | 265.22 | 0.66 | 0.59 |
| Hex | 8C | 52 | DC | 24 | 3F | 0 | E | 109 | 42 | 3B |
| Octal | 214 | 122 | 334 | 44 | 77 | 0 | 16 | 411 | 102 | 73 |
| Binary | 10001100 | 1010010 | 11011100 | 100100 | 111111 | 0 | 1110 | 100001001 | 1000010 | 111011 |
Color Harmonies of #8C52DC
Complementary color
Monochromatic Colors of #8C52DC
Black with #8C52DC
Text Example
Text Example
White with #8C52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52DC; }
p { color: rgb(140,82,220); }
H1.HeaderClassName
{
color: #8C52DC;
}
.AnyTagClassName
{
color: #8C52DC;
}
</style>
background-color css
<style>
a { background-color: #8C52DC; }
a { background-color: rgb(140,82,220); }
div.DivClassName
{
background-color: #8C52DC;
}
.BgClassName
{
background-color: #8C52DC;
}
</style>
border-color css
<style>
span { border-color: #8C52DC; }
span { border-color: rgb(140,82,220); }
td.TdClassName
{
border-color: #8C52DC;
}
.TagClassName
{
border-color: #8C52DC;
}
</style>