Shades of Amethyst #8D60C7
Tints of Amethyst #8D60C7
RGB
CMYK
RGB Variations
Color information
#8D60C7 (or 0x8D60C7) is known color: Amethyst. HEX triplet: 8D, 60 and C7. RGB value is (141,96,199). Sum of RGB (Red+Green+Blue) = 141+96+199=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #8D60C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60C7 is #729F38. Grayscale: #787878. Windows color (decimal): -7511865 or 13066381. OLE color: 13066381.
HSL color Cylindrical-coordinate representation of color #8D60C7: hue angle of 266.21º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D60C7 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 96 | 199 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.22 |
| HSL | 266.21º | 0.48% | 0.58% | - |
| HSV(B) | 266.21º | 0.52% | 0.78% | - |
| XYZ | 25.48 | 18.15 | 56.19 | - |
| YUV | 121.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 199 | 0.29 | 0.52 | 0 | 0.22 | 266.21 | 0.48 | 0.58 |
| Hex | 8D | 60 | C7 | 1D | 34 | 0 | 16 | 10A | 30 | 3A |
| Octal | 215 | 140 | 307 | 35 | 64 | 0 | 26 | 412 | 60 | 72 |
| Binary | 10001101 | 1100000 | 11000111 | 11101 | 110100 | 0 | 10110 | 100001010 | 110000 | 111010 |
Color Harmonies of #8D60C7
Complementary color
Monochromatic Colors of #8D60C7
Black with #8D60C7
Text Example
Text Example
White with #8D60C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D60C7; }
p { color: rgb(141,96,199); }
H1.HeaderClassName
{
color: #8D60C7;
}
.AnyTagClassName
{
color: #8D60C7;
}
</style>
background-color css
<style>
a { background-color: #8D60C7; }
a { background-color: rgb(141,96,199); }
div.DivClassName
{
background-color: #8D60C7;
}
.BgClassName
{
background-color: #8D60C7;
}
</style>
border-color css
<style>
span { border-color: #8D60C7; }
span { border-color: rgb(141,96,199); }
td.TdClassName
{
border-color: #8D60C7;
}
.TagClassName
{
border-color: #8D60C7;
}
</style>