Shades of Amethyst #8C52DF
Tints of Amethyst #8C52DF
RGB
CMYK
RGB Variations
Color information
#8C52DF (or 0x8C52DF) is known color: Amethyst. HEX triplet: 8C, 52 and DF. RGB value is (140,82,223). Sum of RGB (Red+Green+Blue) = 140+82+223=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C52DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52DF is #73AD20. Grayscale: #727272. Windows color (decimal): -7580961 or 14635660. OLE color: 14635660.
HSL color Cylindrical-coordinate representation of color #8C52DF: hue angle of 264.68º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C52DF is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 82 | 223 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.13 |
| HSL | 264.68º | 0.69% | 0.6% | - |
| HSV(B) | 264.68º | 0.63% | 0.87% | - |
| XYZ | 27.15 | 16.94 | 71.65 | - |
| YUV | 115.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 223 | 0.37 | 0.63 | 0 | 0.13 | 264.68 | 0.69 | 0.6 |
| Hex | 8C | 52 | DF | 25 | 3F | 0 | D | 109 | 45 | 3C |
| Octal | 214 | 122 | 337 | 45 | 77 | 0 | 15 | 411 | 105 | 74 |
| Binary | 10001100 | 1010010 | 11011111 | 100101 | 111111 | 0 | 1101 | 100001001 | 1000101 | 111100 |
Color Harmonies of #8C52DF
Complementary color
Monochromatic Colors of #8C52DF
Black with #8C52DF
Text Example
Text Example
White with #8C52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52DF; }
p { color: rgb(140,82,223); }
H1.HeaderClassName
{
color: #8C52DF;
}
.AnyTagClassName
{
color: #8C52DF;
}
</style>
background-color css
<style>
a { background-color: #8C52DF; }
a { background-color: rgb(140,82,223); }
div.DivClassName
{
background-color: #8C52DF;
}
.BgClassName
{
background-color: #8C52DF;
}
</style>
border-color css
<style>
span { border-color: #8C52DF; }
span { border-color: rgb(140,82,223); }
td.TdClassName
{
border-color: #8C52DF;
}
.TagClassName
{
border-color: #8C52DF;
}
</style>