Shades of Amethyst #8D4BDA
Tints of Amethyst #8D4BDA
RGB
CMYK
RGB Variations
Color information
#8D4BDA (or 0x8D4BDA) is known color: Amethyst. HEX triplet: 8D, 4B and DA. RGB value is (141,75,218). Sum of RGB (Red+Green+Blue) = 141+75+218=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4BDA is #72B425. Grayscale: #6E6E6E. Windows color (decimal): -7517222 or 14306189. OLE color: 14306189.
HSL color Cylindrical-coordinate representation of color #8D4BDA: hue angle of 267.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D4BDA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 75 | 218 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.15 |
| HSL | 267.69º | 0.66% | 0.57% | - |
| HSV(B) | 267.69º | 0.66% | 0.85% | - |
| XYZ | 26.16 | 15.76 | 67.99 | - |
| YUV | 111.04 | 188.37 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 218 | 0.35 | 0.66 | 0 | 0.15 | 267.69 | 0.66 | 0.57 |
| Hex | 8D | 4B | DA | 23 | 42 | 0 | F | 10C | 42 | 39 |
| Octal | 215 | 113 | 332 | 43 | 102 | 0 | 17 | 414 | 102 | 71 |
| Binary | 10001101 | 1001011 | 11011010 | 100011 | 1000010 | 0 | 1111 | 100001100 | 1000010 | 111001 |
Color Harmonies of #8D4BDA
Complementary color
Monochromatic Colors of #8D4BDA
Black with #8D4BDA
Text Example
Text Example
White with #8D4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4BDA; }
p { color: rgb(141,75,218); }
H1.HeaderClassName
{
color: #8D4BDA;
}
.AnyTagClassName
{
color: #8D4BDA;
}
</style>
background-color css
<style>
a { background-color: #8D4BDA; }
a { background-color: rgb(141,75,218); }
div.DivClassName
{
background-color: #8D4BDA;
}
.BgClassName
{
background-color: #8D4BDA;
}
</style>
border-color css
<style>
span { border-color: #8D4BDA; }
span { border-color: rgb(141,75,218); }
td.TdClassName
{
border-color: #8D4BDA;
}
.TagClassName
{
border-color: #8D4BDA;
}
</style>