Shades of Amethyst #8A5ACC
Tints of Amethyst #8A5ACC
RGB
CMYK
RGB Variations
Color information
#8A5ACC (or 0x8A5ACC) is known color: Amethyst. HEX triplet: 8A, 5A and CC. RGB value is (138,90,204). Sum of RGB (Red+Green+Blue) = 138+90+204=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ACC is #75A533. Grayscale: #747474. Windows color (decimal): -7710004 or 13392522. OLE color: 13392522.
HSL color Cylindrical-coordinate representation of color #8A5ACC: hue angle of 265.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A5ACC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 90 | 204 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.2 |
| HSL | 265.26º | 0.53% | 0.58% | - |
| HSV(B) | 265.26º | 0.56% | 0.8% | - |
| XYZ | 25.04 | 17.08 | 59.1 | - |
| YUV | 117.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 204 | 0.32 | 0.56 | 0 | 0.2 | 265.26 | 0.53 | 0.58 |
| Hex | 8A | 5A | CC | 20 | 38 | 0 | 14 | 109 | 35 | 3A |
| Octal | 212 | 132 | 314 | 40 | 70 | 0 | 24 | 411 | 65 | 72 |
| Binary | 10001010 | 1011010 | 11001100 | 100000 | 111000 | 0 | 10100 | 100001001 | 110101 | 111010 |
Color Harmonies of #8A5ACC
Complementary color
Monochromatic Colors of #8A5ACC
Black with #8A5ACC
Text Example
Text Example
White with #8A5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5ACC; }
p { color: rgb(138,90,204); }
H1.HeaderClassName
{
color: #8A5ACC;
}
.AnyTagClassName
{
color: #8A5ACC;
}
</style>
background-color css
<style>
a { background-color: #8A5ACC; }
a { background-color: rgb(138,90,204); }
div.DivClassName
{
background-color: #8A5ACC;
}
.BgClassName
{
background-color: #8A5ACC;
}
</style>
border-color css
<style>
span { border-color: #8A5ACC; }
span { border-color: rgb(138,90,204); }
td.TdClassName
{
border-color: #8A5ACC;
}
.TagClassName
{
border-color: #8A5ACC;
}
</style>