Shades of Amethyst #8D5CCF
Tints of Amethyst #8D5CCF
RGB
CMYK
RGB Variations
Color information
#8D5CCF (or 0x8D5CCF) is known color: Amethyst. HEX triplet: 8D, 5C and CF. RGB value is (141,92,207). Sum of RGB (Red+Green+Blue) = 141+92+207=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5CCF is #72A330. Grayscale: #777777. Windows color (decimal): -7512881 or 13589645. OLE color: 13589645.
HSL color Cylindrical-coordinate representation of color #8D5CCF: hue angle of 265.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D5CCF is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 92 | 207 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.19 |
| HSL | 265.57º | 0.55% | 0.59% | - |
| HSV(B) | 265.57º | 0.56% | 0.81% | - |
| XYZ | 26.07 | 17.82 | 61.1 | - |
| YUV | 119.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 207 | 0.32 | 0.56 | 0 | 0.19 | 265.57 | 0.55 | 0.59 |
| Hex | 8D | 5C | CF | 20 | 38 | 0 | 13 | 10A | 37 | 3B |
| Octal | 215 | 134 | 317 | 40 | 70 | 0 | 23 | 412 | 67 | 73 |
| Binary | 10001101 | 1011100 | 11001111 | 100000 | 111000 | 0 | 10011 | 100001010 | 110111 | 111011 |
Color Harmonies of #8D5CCF
Complementary color
Monochromatic Colors of #8D5CCF
Black with #8D5CCF
Text Example
Text Example
White with #8D5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5CCF; }
p { color: rgb(141,92,207); }
H1.HeaderClassName
{
color: #8D5CCF;
}
.AnyTagClassName
{
color: #8D5CCF;
}
</style>
background-color css
<style>
a { background-color: #8D5CCF; }
a { background-color: rgb(141,92,207); }
div.DivClassName
{
background-color: #8D5CCF;
}
.BgClassName
{
background-color: #8D5CCF;
}
</style>
border-color css
<style>
span { border-color: #8D5CCF; }
span { border-color: rgb(141,92,207); }
td.TdClassName
{
border-color: #8D5CCF;
}
.TagClassName
{
border-color: #8D5CCF;
}
</style>