Shades of Amethyst #8B4DDA
Tints of Amethyst #8B4DDA
RGB
CMYK
RGB Variations
Color information
#8B4DDA (or 0x8B4DDA) is known color: Amethyst. HEX triplet: 8B, 4D and DA. RGB value is (139,77,218). Sum of RGB (Red+Green+Blue) = 139+77+218=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 77 (30.47% from 255 or 17.74% 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 #8B4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DDA is #74B225. Grayscale: #6F6F6F. Windows color (decimal): -7647782 or 14306699. OLE color: 14306699.
HSL color Cylindrical-coordinate representation of color #8B4DDA: hue angle of 266.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4DDA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 77 | 218 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.15 |
| HSL | 266.38º | 0.66% | 0.58% | - |
| HSV(B) | 266.38º | 0.65% | 0.85% | - |
| XYZ | 25.96 | 15.86 | 68.02 | - |
| YUV | 111.61 | 188.04 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 218 | 0.36 | 0.65 | 0 | 0.15 | 266.38 | 0.66 | 0.58 |
| Hex | 8B | 4D | DA | 24 | 41 | 0 | F | 10A | 42 | 3A |
| Octal | 213 | 115 | 332 | 44 | 101 | 0 | 17 | 412 | 102 | 72 |
| Binary | 10001011 | 1001101 | 11011010 | 100100 | 1000001 | 0 | 1111 | 100001010 | 1000010 | 111010 |
Color Harmonies of #8B4DDA
Complementary color
Monochromatic Colors of #8B4DDA
Black with #8B4DDA
Text Example
Text Example
White with #8B4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4DDA; }
p { color: rgb(139,77,218); }
H1.HeaderClassName
{
color: #8B4DDA;
}
.AnyTagClassName
{
color: #8B4DDA;
}
</style>
background-color css
<style>
a { background-color: #8B4DDA; }
a { background-color: rgb(139,77,218); }
div.DivClassName
{
background-color: #8B4DDA;
}
.BgClassName
{
background-color: #8B4DDA;
}
</style>
border-color css
<style>
span { border-color: #8B4DDA; }
span { border-color: rgb(139,77,218); }
td.TdClassName
{
border-color: #8B4DDA;
}
.TagClassName
{
border-color: #8B4DDA;
}
</style>