Shades of Amethyst #8956DA
Tints of Amethyst #8956DA
RGB
CMYK
RGB Variations
Color information
#8956DA (or 0x8956DA) is known color: Amethyst. HEX triplet: 89, 56 and DA. RGB value is (137,86,218). Sum of RGB (Red+Green+Blue) = 137+86+218=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #8956DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8956DA is #76A925. Grayscale: #737373. Windows color (decimal): -7776550 or 14309001. OLE color: 14309001.
HSL color Cylindrical-coordinate representation of color #8956DA: hue angle of 263.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8956DA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 86 | 218 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.15 |
| HSL | 263.18º | 0.64% | 0.6% | - |
| HSV(B) | 263.18º | 0.61% | 0.85% | - |
| XYZ | 26.3 | 17.04 | 68.23 | - |
| YUV | 116.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 218 | 0.37 | 0.61 | 0 | 0.15 | 263.18 | 0.64 | 0.6 |
| Hex | 89 | 56 | DA | 25 | 3D | 0 | F | 107 | 40 | 3C |
| Octal | 211 | 126 | 332 | 45 | 75 | 0 | 17 | 407 | 100 | 74 |
| Binary | 10001001 | 1010110 | 11011010 | 100101 | 111101 | 0 | 1111 | 100000111 | 1000000 | 111100 |
Color Harmonies of #8956DA
Complementary color
Monochromatic Colors of #8956DA
Black with #8956DA
Text Example
Text Example
White with #8956DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8956DA; }
p { color: rgb(137,86,218); }
H1.HeaderClassName
{
color: #8956DA;
}
.AnyTagClassName
{
color: #8956DA;
}
</style>
background-color css
<style>
a { background-color: #8956DA; }
a { background-color: rgb(137,86,218); }
div.DivClassName
{
background-color: #8956DA;
}
.BgClassName
{
background-color: #8956DA;
}
</style>
border-color css
<style>
span { border-color: #8956DA; }
span { border-color: rgb(137,86,218); }
td.TdClassName
{
border-color: #8956DA;
}
.TagClassName
{
border-color: #8956DA;
}
</style>