Shades of Amethyst #8A5FCD
Tints of Amethyst #8A5FCD
RGB
CMYK
RGB Variations
Color information
#8A5FCD (or 0x8A5FCD) is known color: Amethyst. HEX triplet: 8A, 5F and CD. RGB value is (138,95,205). Sum of RGB (Red+Green+Blue) = 138+95+205=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5FCD is #75A032. Grayscale: #777777. Windows color (decimal): -7708723 or 13459338. OLE color: 13459338.
HSL color Cylindrical-coordinate representation of color #8A5FCD: hue angle of 263.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A5FCD is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 95 | 205 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.20 |
| HSL | 263.45º | 0.52% | 0.59% | - |
| HSV(B) | 263.45º | 0.54% | 0.8% | - |
| XYZ | 25.59 | 18 | 59.88 | - |
| YUV | 120.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 205 | 0.33 | 0.54 | 0 | 0.20 | 263.45 | 0.52 | 0.59 |
| Hex | 8A | 5F | CD | 21 | 36 | 0 | 14 | 107 | 34 | 3B |
| Octal | 212 | 137 | 315 | 41 | 66 | 0 | 24 | 407 | 64 | 73 |
| Binary | 10001010 | 1011111 | 11001101 | 100001 | 110110 | 0 | 10100 | 100000111 | 110100 | 111011 |
Color Harmonies of #8A5FCD
Complementary color
Monochromatic Colors of #8A5FCD
Black with #8A5FCD
Text Example
Text Example
White with #8A5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5FCD; }
p { color: rgb(138,95,205); }
H1.HeaderClassName
{
color: #8A5FCD;
}
.AnyTagClassName
{
color: #8A5FCD;
}
</style>
background-color css
<style>
a { background-color: #8A5FCD; }
a { background-color: rgb(138,95,205); }
div.DivClassName
{
background-color: #8A5FCD;
}
.BgClassName
{
background-color: #8A5FCD;
}
</style>
border-color css
<style>
span { border-color: #8A5FCD; }
span { border-color: rgb(138,95,205); }
td.TdClassName
{
border-color: #8A5FCD;
}
.TagClassName
{
border-color: #8A5FCD;
}
</style>