Shades of Amethyst #8A55CA
Tints of Amethyst #8A55CA
RGB
CMYK
RGB Variations
Color information
#8A55CA (or 0x8A55CA) is known color: Amethyst. HEX triplet: 8A, 55 and CA. RGB value is (138,85,202). Sum of RGB (Red+Green+Blue) = 138+85+202=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A55CA is #75AA35. Grayscale: #717171. Windows color (decimal): -7711286 or 13260170. OLE color: 13260170.
HSL color Cylindrical-coordinate representation of color #8A55CA: hue angle of 267.18º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A55CA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 85 | 202 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.21 |
| HSL | 267.18º | 0.52% | 0.56% | - |
| HSV(B) | 267.18º | 0.58% | 0.79% | - |
| XYZ | 24.39 | 16.16 | 57.71 | - |
| YUV | 114.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 202 | 0.32 | 0.58 | 0 | 0.21 | 267.18 | 0.52 | 0.56 |
| Hex | 8A | 55 | CA | 20 | 3A | 0 | 15 | 10B | 34 | 38 |
| Octal | 212 | 125 | 312 | 40 | 72 | 0 | 25 | 413 | 64 | 70 |
| Binary | 10001010 | 1010101 | 11001010 | 100000 | 111010 | 0 | 10101 | 100001011 | 110100 | 111000 |
Color Harmonies of #8A55CA
Complementary color
Monochromatic Colors of #8A55CA
Black with #8A55CA
Text Example
Text Example
White with #8A55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A55CA; }
p { color: rgb(138,85,202); }
H1.HeaderClassName
{
color: #8A55CA;
}
.AnyTagClassName
{
color: #8A55CA;
}
</style>
background-color css
<style>
a { background-color: #8A55CA; }
a { background-color: rgb(138,85,202); }
div.DivClassName
{
background-color: #8A55CA;
}
.BgClassName
{
background-color: #8A55CA;
}
</style>
border-color css
<style>
span { border-color: #8A55CA; }
span { border-color: rgb(138,85,202); }
td.TdClassName
{
border-color: #8A55CA;
}
.TagClassName
{
border-color: #8A55CA;
}
</style>