Shades of Amethyst #8A61CD
Tints of Amethyst #8A61CD
RGB
CMYK
RGB Variations
Color information
#8A61CD (or 0x8A61CD) is known color: Amethyst. HEX triplet: 8A, 61 and CD. RGB value is (138,97,205). Sum of RGB (Red+Green+Blue) = 138+97+205=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A61CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A61CD is #759E32. Grayscale: #797979. Windows color (decimal): -7708211 or 13459850. OLE color: 13459850.
HSL color Cylindrical-coordinate representation of color #8A61CD: hue angle of 262.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A61CD is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 97 | 205 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.20 |
| HSL | 262.78º | 0.52% | 0.59% | - |
| HSV(B) | 262.78º | 0.53% | 0.8% | - |
| XYZ | 25.78 | 18.36 | 59.94 | - |
| YUV | 121.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 205 | 0.33 | 0.53 | 0 | 0.20 | 262.78 | 0.52 | 0.59 |
| Hex | 8A | 61 | CD | 21 | 35 | 0 | 14 | 107 | 34 | 3B |
| Octal | 212 | 141 | 315 | 41 | 65 | 0 | 24 | 407 | 64 | 73 |
| Binary | 10001010 | 1100001 | 11001101 | 100001 | 110101 | 0 | 10100 | 100000111 | 110100 | 111011 |
Color Harmonies of #8A61CD
Complementary color
Monochromatic Colors of #8A61CD
Black with #8A61CD
Text Example
Text Example
White with #8A61CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A61CD; }
p { color: rgb(138,97,205); }
H1.HeaderClassName
{
color: #8A61CD;
}
.AnyTagClassName
{
color: #8A61CD;
}
</style>
background-color css
<style>
a { background-color: #8A61CD; }
a { background-color: rgb(138,97,205); }
div.DivClassName
{
background-color: #8A61CD;
}
.BgClassName
{
background-color: #8A61CD;
}
</style>
border-color css
<style>
span { border-color: #8A61CD; }
span { border-color: rgb(138,97,205); }
td.TdClassName
{
border-color: #8A61CD;
}
.TagClassName
{
border-color: #8A61CD;
}
</style>