Shades of Amethyst #8A4FD5
Tints of Amethyst #8A4FD5
RGB
CMYK
RGB Variations
Color information
#8A4FD5 (or 0x8A4FD5) is known color: Amethyst. HEX triplet: 8A, 4F and D5. RGB value is (138,79,213). Sum of RGB (Red+Green+Blue) = 138+79+213=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A4FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4FD5 is #75B02A. Grayscale: #6F6F6F. Windows color (decimal): -7712811 or 13979530. OLE color: 13979530.
HSL color Cylindrical-coordinate representation of color #8A4FD5: hue angle of 266.42º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A4FD5 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 79 | 213 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.16 |
| HSL | 266.42º | 0.61% | 0.57% | - |
| HSV(B) | 266.42º | 0.63% | 0.84% | - |
| XYZ | 25.29 | 15.8 | 64.67 | - |
| YUV | 111.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 79 | 213 | 0.35 | 0.63 | 0 | 0.16 | 266.42 | 0.61 | 0.57 |
| Hex | 8A | 4F | D5 | 23 | 3F | 0 | 10 | 10A | 3D | 39 |
| Octal | 212 | 117 | 325 | 43 | 77 | 0 | 20 | 412 | 75 | 71 |
| Binary | 10001010 | 1001111 | 11010101 | 100011 | 111111 | 0 | 10000 | 100001010 | 111101 | 111001 |
Color Harmonies of #8A4FD5
Complementary color
Monochromatic Colors of #8A4FD5
Black with #8A4FD5
Text Example
Text Example
White with #8A4FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4FD5; }
p { color: rgb(138,79,213); }
H1.HeaderClassName
{
color: #8A4FD5;
}
.AnyTagClassName
{
color: #8A4FD5;
}
</style>
background-color css
<style>
a { background-color: #8A4FD5; }
a { background-color: rgb(138,79,213); }
div.DivClassName
{
background-color: #8A4FD5;
}
.BgClassName
{
background-color: #8A4FD5;
}
</style>
border-color css
<style>
span { border-color: #8A4FD5; }
span { border-color: rgb(138,79,213); }
td.TdClassName
{
border-color: #8A4FD5;
}
.TagClassName
{
border-color: #8A4FD5;
}
</style>