Shades of Amethyst #8A5FCA
Tints of Amethyst #8A5FCA
RGB
CMYK
RGB Variations
Color information
#8A5FCA (or 0x8A5FCA) is known color: Amethyst. HEX triplet: 8A, 5F and CA. RGB value is (138,95,202). Sum of RGB (Red+Green+Blue) = 138+95+202=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5FCA is #75A035. Grayscale: #777777. Windows color (decimal): -7708726 or 13262730. OLE color: 13262730.
HSL color Cylindrical-coordinate representation of color #8A5FCA: hue angle of 264.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A5FCA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 95 | 202 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.21 |
| HSL | 264.11º | 0.5% | 0.58% | - |
| HSV(B) | 264.11º | 0.53% | 0.79% | - |
| XYZ | 25.23 | 17.85 | 57.99 | - |
| YUV | 120.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 202 | 0.32 | 0.53 | 0 | 0.21 | 264.11 | 0.5 | 0.58 |
| Hex | 8A | 5F | CA | 20 | 35 | 0 | 15 | 108 | 32 | 3A |
| Octal | 212 | 137 | 312 | 40 | 65 | 0 | 25 | 410 | 62 | 72 |
| Binary | 10001010 | 1011111 | 11001010 | 100000 | 110101 | 0 | 10101 | 100001000 | 110010 | 111010 |
Color Harmonies of #8A5FCA
Complementary color
Monochromatic Colors of #8A5FCA
Black with #8A5FCA
Text Example
Text Example
White with #8A5FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5FCA; }
p { color: rgb(138,95,202); }
H1.HeaderClassName
{
color: #8A5FCA;
}
.AnyTagClassName
{
color: #8A5FCA;
}
</style>
background-color css
<style>
a { background-color: #8A5FCA; }
a { background-color: rgb(138,95,202); }
div.DivClassName
{
background-color: #8A5FCA;
}
.BgClassName
{
background-color: #8A5FCA;
}
</style>
border-color css
<style>
span { border-color: #8A5FCA; }
span { border-color: rgb(138,95,202); }
td.TdClassName
{
border-color: #8A5FCA;
}
.TagClassName
{
border-color: #8A5FCA;
}
</style>