Shades of Amethyst #8C4DD4
Tints of Amethyst #8C4DD4
RGB
CMYK
RGB Variations
Color information
#8C4DD4 (or 0x8C4DD4) is known color: Amethyst. HEX triplet: 8C, 4D and D4. RGB value is (140,77,212). Sum of RGB (Red+Green+Blue) = 140+77+212=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #8C4DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DD4 is #73B22B. Grayscale: #6E6E6E. Windows color (decimal): -7582252 or 13913484. OLE color: 13913484.
HSL color Cylindrical-coordinate representation of color #8C4DD4: hue angle of 268º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C4DD4 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 77 | 212 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.17 |
| HSL | 268º | 0.61% | 0.57% | - |
| HSV(B) | 268º | 0.64% | 0.83% | - |
| XYZ | 25.35 | 15.64 | 63.97 | - |
| YUV | 111.23 | 184.87 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 212 | 0.34 | 0.64 | 0 | 0.17 | 268 | 0.61 | 0.57 |
| Hex | 8C | 4D | D4 | 22 | 40 | 0 | 11 | 10C | 3D | 39 |
| Octal | 214 | 115 | 324 | 42 | 100 | 0 | 21 | 414 | 75 | 71 |
| Binary | 10001100 | 1001101 | 11010100 | 100010 | 1000000 | 0 | 10001 | 100001100 | 111101 | 111001 |
Color Harmonies of #8C4DD4
Complementary color
Monochromatic Colors of #8C4DD4
Black with #8C4DD4
Text Example
Text Example
White with #8C4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DD4; }
p { color: rgb(140,77,212); }
H1.HeaderClassName
{
color: #8C4DD4;
}
.AnyTagClassName
{
color: #8C4DD4;
}
</style>
background-color css
<style>
a { background-color: #8C4DD4; }
a { background-color: rgb(140,77,212); }
div.DivClassName
{
background-color: #8C4DD4;
}
.BgClassName
{
background-color: #8C4DD4;
}
</style>
border-color css
<style>
span { border-color: #8C4DD4; }
span { border-color: rgb(140,77,212); }
td.TdClassName
{
border-color: #8C4DD4;
}
.TagClassName
{
border-color: #8C4DD4;
}
</style>