Shades of Amethyst #8A5DCF
Tints of Amethyst #8A5DCF
RGB
CMYK
RGB Variations
Color information
#8A5DCF (or 0x8A5DCF) is known color: Amethyst. HEX triplet: 8A, 5D and CF. RGB value is (138,93,207). Sum of RGB (Red+Green+Blue) = 138+93+207=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A5DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5DCF is #75A230. Grayscale: #777777. Windows color (decimal): -7709233 or 13589898. OLE color: 13589898.
HSL color Cylindrical-coordinate representation of color #8A5DCF: hue angle of 263.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A5DCF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 93 | 207 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.19 |
| HSL | 263.68º | 0.54% | 0.59% | - |
| HSV(B) | 263.68º | 0.55% | 0.81% | - |
| XYZ | 25.66 | 17.74 | 61.1 | - |
| YUV | 119.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 207 | 0.33 | 0.55 | 0 | 0.19 | 263.68 | 0.54 | 0.59 |
| Hex | 8A | 5D | CF | 21 | 37 | 0 | 13 | 108 | 36 | 3B |
| Octal | 212 | 135 | 317 | 41 | 67 | 0 | 23 | 410 | 66 | 73 |
| Binary | 10001010 | 1011101 | 11001111 | 100001 | 110111 | 0 | 10011 | 100001000 | 110110 | 111011 |
Color Harmonies of #8A5DCF
Complementary color
Monochromatic Colors of #8A5DCF
Black with #8A5DCF
Text Example
Text Example
White with #8A5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5DCF; }
p { color: rgb(138,93,207); }
H1.HeaderClassName
{
color: #8A5DCF;
}
.AnyTagClassName
{
color: #8A5DCF;
}
</style>
background-color css
<style>
a { background-color: #8A5DCF; }
a { background-color: rgb(138,93,207); }
div.DivClassName
{
background-color: #8A5DCF;
}
.BgClassName
{
background-color: #8A5DCF;
}
</style>
border-color css
<style>
span { border-color: #8A5DCF; }
span { border-color: rgb(138,93,207); }
td.TdClassName
{
border-color: #8A5DCF;
}
.TagClassName
{
border-color: #8A5DCF;
}
</style>