Shades of Amethyst #8B4DDC
Tints of Amethyst #8B4DDC
RGB
CMYK
RGB Variations
Color information
#8B4DDC (or 0x8B4DDC) is known color: Amethyst. HEX triplet: 8B, 4D and DC. RGB value is (139,77,220). Sum of RGB (Red+Green+Blue) = 139+77+220=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DDC is #74B223. Grayscale: #6F6F6F. Windows color (decimal): -7647780 or 14437771. OLE color: 14437771.
HSL color Cylindrical-coordinate representation of color #8B4DDC: hue angle of 266.01º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4DDC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 77 | 220 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.14 |
| HSL | 266.01º | 0.67% | 0.58% | - |
| HSV(B) | 266.01º | 0.65% | 0.86% | - |
| XYZ | 26.22 | 15.96 | 69.41 | - |
| YUV | 111.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 220 | 0.37 | 0.65 | 0 | 0.14 | 266.01 | 0.67 | 0.58 |
| Hex | 8B | 4D | DC | 25 | 41 | 0 | E | 10A | 43 | 3A |
| Octal | 213 | 115 | 334 | 45 | 101 | 0 | 16 | 412 | 103 | 72 |
| Binary | 10001011 | 1001101 | 11011100 | 100101 | 1000001 | 0 | 1110 | 100001010 | 1000011 | 111010 |
Color Harmonies of #8B4DDC
Complementary color
Monochromatic Colors of #8B4DDC
Black with #8B4DDC
Text Example
Text Example
White with #8B4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4DDC; }
p { color: rgb(139,77,220); }
H1.HeaderClassName
{
color: #8B4DDC;
}
.AnyTagClassName
{
color: #8B4DDC;
}
</style>
background-color css
<style>
a { background-color: #8B4DDC; }
a { background-color: rgb(139,77,220); }
div.DivClassName
{
background-color: #8B4DDC;
}
.BgClassName
{
background-color: #8B4DDC;
}
</style>
border-color css
<style>
span { border-color: #8B4DDC; }
span { border-color: rgb(139,77,220); }
td.TdClassName
{
border-color: #8B4DDC;
}
.TagClassName
{
border-color: #8B4DDC;
}
</style>