Shades of Amethyst #8B54D2
Tints of Amethyst #8B54D2
RGB
CMYK
RGB Variations
Color information
#8B54D2 (or 0x8B54D2) is known color: Amethyst. HEX triplet: 8B, 54 and D2. RGB value is (139,84,210). Sum of RGB (Red+Green+Blue) = 139+84+210=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #8B54D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B54D2 is #74AB2D. Grayscale: #727272. Windows color (decimal): -7645998 or 13784203. OLE color: 13784203.
HSL color Cylindrical-coordinate representation of color #8B54D2: hue angle of 266.19º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B54D2 is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 84 | 210 | - |
| CMYK | 0.34 | 0.6 | 0 | 0.18 |
| HSL | 266.19º | 0.58% | 0.58% | - |
| HSV(B) | 266.19º | 0.6% | 0.82% | - |
| XYZ | 25.45 | 16.48 | 62.81 | - |
| YUV | 114.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 210 | 0.34 | 0.6 | 0 | 0.18 | 266.19 | 0.58 | 0.58 |
| Hex | 8B | 54 | D2 | 22 | 3C | 0 | 12 | 10A | 3A | 3A |
| Octal | 213 | 124 | 322 | 42 | 74 | 0 | 22 | 412 | 72 | 72 |
| Binary | 10001011 | 1010100 | 11010010 | 100010 | 111100 | 0 | 10010 | 100001010 | 111010 | 111010 |
Color Harmonies of #8B54D2
Complementary color
Monochromatic Colors of #8B54D2
Black with #8B54D2
Text Example
Text Example
White with #8B54D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B54D2; }
p { color: rgb(139,84,210); }
H1.HeaderClassName
{
color: #8B54D2;
}
.AnyTagClassName
{
color: #8B54D2;
}
</style>
background-color css
<style>
a { background-color: #8B54D2; }
a { background-color: rgb(139,84,210); }
div.DivClassName
{
background-color: #8B54D2;
}
.BgClassName
{
background-color: #8B54D2;
}
</style>
border-color css
<style>
span { border-color: #8B54D2; }
span { border-color: rgb(139,84,210); }
td.TdClassName
{
border-color: #8B54D2;
}
.TagClassName
{
border-color: #8B54D2;
}
</style>