Shades of Amethyst #8D64C9
Tints of Amethyst #8D64C9
RGB
CMYK
RGB Variations
Color information
#8D64C9 (or 0x8D64C9) is known color: Amethyst. HEX triplet: 8D, 64 and C9. RGB value is (141,100,201). Sum of RGB (Red+Green+Blue) = 141+100+201=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D64C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D64C9 is #729B36. Grayscale: #7B7B7B. Windows color (decimal): -7510839 or 13198477. OLE color: 13198477.
HSL color Cylindrical-coordinate representation of color #8D64C9: hue angle of 264.36º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D64C9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 100 | 201 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.21 |
| HSL | 264.36º | 0.48% | 0.59% | - |
| HSV(B) | 264.36º | 0.5% | 0.79% | - |
| XYZ | 26.08 | 18.99 | 57.55 | - |
| YUV | 123.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 201 | 0.30 | 0.50 | 0 | 0.21 | 264.36 | 0.48 | 0.59 |
| Hex | 8D | 64 | C9 | 1E | 32 | 0 | 15 | 108 | 30 | 3B |
| Octal | 215 | 144 | 311 | 36 | 62 | 0 | 25 | 410 | 60 | 73 |
| Binary | 10001101 | 1100100 | 11001001 | 11110 | 110010 | 0 | 10101 | 100001000 | 110000 | 111011 |
Color Harmonies of #8D64C9
Complementary color
Monochromatic Colors of #8D64C9
Black with #8D64C9
Text Example
Text Example
White with #8D64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D64C9; }
p { color: rgb(141,100,201); }
H1.HeaderClassName
{
color: #8D64C9;
}
.AnyTagClassName
{
color: #8D64C9;
}
</style>
background-color css
<style>
a { background-color: #8D64C9; }
a { background-color: rgb(141,100,201); }
div.DivClassName
{
background-color: #8D64C9;
}
.BgClassName
{
background-color: #8D64C9;
}
</style>
border-color css
<style>
span { border-color: #8D64C9; }
span { border-color: rgb(141,100,201); }
td.TdClassName
{
border-color: #8D64C9;
}
.TagClassName
{
border-color: #8D64C9;
}
</style>