Shades of Amethyst #8D5FC8
Tints of Amethyst #8D5FC8
RGB
CMYK
RGB Variations
Color information
#8D5FC8 (or 0x8D5FC8) is known color: Amethyst. HEX triplet: 8D, 5F and C8. RGB value is (141,95,200). Sum of RGB (Red+Green+Blue) = 141+95+200=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #8D5FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5FC8 is #72A037. Grayscale: #787878. Windows color (decimal): -7512120 or 13131661. OLE color: 13131661.
HSL color Cylindrical-coordinate representation of color #8D5FC8: hue angle of 266.29º degrees, saturation: 0.49, 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 #8D5FC8 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 95 | 200 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.22 |
| HSL | 266.29º | 0.49% | 0.58% | - |
| HSV(B) | 266.29º | 0.53% | 0.78% | - |
| XYZ | 25.5 | 18.02 | 56.78 | - |
| YUV | 120.72 | 172.74 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 200 | 0.29 | 0.52 | 0 | 0.22 | 266.29 | 0.49 | 0.58 |
| Hex | 8D | 5F | C8 | 1D | 34 | 0 | 16 | 10A | 31 | 3A |
| Octal | 215 | 137 | 310 | 35 | 64 | 0 | 26 | 412 | 61 | 72 |
| Binary | 10001101 | 1011111 | 11001000 | 11101 | 110100 | 0 | 10110 | 100001010 | 110001 | 111010 |
Color Harmonies of #8D5FC8
Complementary color
Monochromatic Colors of #8D5FC8
Black with #8D5FC8
Text Example
Text Example
White with #8D5FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5FC8; }
p { color: rgb(141,95,200); }
H1.HeaderClassName
{
color: #8D5FC8;
}
.AnyTagClassName
{
color: #8D5FC8;
}
</style>
background-color css
<style>
a { background-color: #8D5FC8; }
a { background-color: rgb(141,95,200); }
div.DivClassName
{
background-color: #8D5FC8;
}
.BgClassName
{
background-color: #8D5FC8;
}
</style>
border-color css
<style>
span { border-color: #8D5FC8; }
span { border-color: rgb(141,95,200); }
td.TdClassName
{
border-color: #8D5FC8;
}
.TagClassName
{
border-color: #8D5FC8;
}
</style>