Shades of Amethyst #8D5CCA
Tints of Amethyst #8D5CCA
RGB
CMYK
RGB Variations
Color information
#8D5CCA (or 0x8D5CCA) is known color: Amethyst. HEX triplet: 8D, 5C and CA. RGB value is (141,92,202). Sum of RGB (Red+Green+Blue) = 141+92+202=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D5CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5CCA is #72A335. Grayscale: #767676. Windows color (decimal): -7512886 or 13261965. OLE color: 13261965.
HSL color Cylindrical-coordinate representation of color #8D5CCA: hue angle of 266.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D5CCA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 92 | 202 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.21 |
| HSL | 266.73º | 0.51% | 0.58% | - |
| HSV(B) | 266.73º | 0.54% | 0.79% | - |
| XYZ | 25.47 | 17.58 | 57.93 | - |
| YUV | 119.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 202 | 0.30 | 0.54 | 0 | 0.21 | 266.73 | 0.51 | 0.58 |
| Hex | 8D | 5C | CA | 1E | 36 | 0 | 15 | 10B | 33 | 3A |
| Octal | 215 | 134 | 312 | 36 | 66 | 0 | 25 | 413 | 63 | 72 |
| Binary | 10001101 | 1011100 | 11001010 | 11110 | 110110 | 0 | 10101 | 100001011 | 110011 | 111010 |
Color Harmonies of #8D5CCA
Complementary color
Monochromatic Colors of #8D5CCA
Black with #8D5CCA
Text Example
Text Example
White with #8D5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5CCA; }
p { color: rgb(141,92,202); }
H1.HeaderClassName
{
color: #8D5CCA;
}
.AnyTagClassName
{
color: #8D5CCA;
}
</style>
background-color css
<style>
a { background-color: #8D5CCA; }
a { background-color: rgb(141,92,202); }
div.DivClassName
{
background-color: #8D5CCA;
}
.BgClassName
{
background-color: #8D5CCA;
}
</style>
border-color css
<style>
span { border-color: #8D5CCA; }
span { border-color: rgb(141,92,202); }
td.TdClassName
{
border-color: #8D5CCA;
}
.TagClassName
{
border-color: #8D5CCA;
}
</style>