Shades of Amethyst #8A50D5
Tints of Amethyst #8A50D5
RGB
CMYK
RGB Variations
Color information
#8A50D5 (or 0x8A50D5) is known color: Amethyst. HEX triplet: 8A, 50 and D5. RGB value is (138,80,213). Sum of RGB (Red+Green+Blue) = 138+80+213=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A50D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50D5 is #75AF2A. Grayscale: #707070. Windows color (decimal): -7712555 or 13979786. OLE color: 13979786.
HSL color Cylindrical-coordinate representation of color #8A50D5: hue angle of 266.17º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A50D5 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 80 | 213 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.16 |
| HSL | 266.17º | 0.61% | 0.57% | - |
| HSV(B) | 266.17º | 0.62% | 0.84% | - |
| XYZ | 25.36 | 15.94 | 64.69 | - |
| YUV | 112.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 213 | 0.35 | 0.62 | 0 | 0.16 | 266.17 | 0.61 | 0.57 |
| Hex | 8A | 50 | D5 | 23 | 3E | 0 | 10 | 10A | 3D | 39 |
| Octal | 212 | 120 | 325 | 43 | 76 | 0 | 20 | 412 | 75 | 71 |
| Binary | 10001010 | 1010000 | 11010101 | 100011 | 111110 | 0 | 10000 | 100001010 | 111101 | 111001 |
Color Harmonies of #8A50D5
Complementary color
Monochromatic Colors of #8A50D5
Black with #8A50D5
Text Example
Text Example
White with #8A50D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A50D5; }
p { color: rgb(138,80,213); }
H1.HeaderClassName
{
color: #8A50D5;
}
.AnyTagClassName
{
color: #8A50D5;
}
</style>
background-color css
<style>
a { background-color: #8A50D5; }
a { background-color: rgb(138,80,213); }
div.DivClassName
{
background-color: #8A50D5;
}
.BgClassName
{
background-color: #8A50D5;
}
</style>
border-color css
<style>
span { border-color: #8A50D5; }
span { border-color: rgb(138,80,213); }
td.TdClassName
{
border-color: #8A50D5;
}
.TagClassName
{
border-color: #8A50D5;
}
</style>