Shades of Amethyst #8953DA
Tints of Amethyst #8953DA
RGB
CMYK
RGB Variations
Color information
#8953DA (or 0x8953DA) is known color: Amethyst. HEX triplet: 89, 53 and DA. RGB value is (137,83,218). Sum of RGB (Red+Green+Blue) = 137+83+218=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #8953DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953DA is #76AC25. Grayscale: #727272. Windows color (decimal): -7777318 or 14308233. OLE color: 14308233.
HSL color Cylindrical-coordinate representation of color #8953DA: hue angle of 264º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8953DA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 83 | 218 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.15 |
| HSL | 264º | 0.65% | 0.59% | - |
| HSV(B) | 264º | 0.62% | 0.85% | - |
| XYZ | 26.06 | 16.57 | 68.15 | - |
| YUV | 114.54 | 186.39 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 218 | 0.37 | 0.62 | 0 | 0.15 | 264 | 0.65 | 0.59 |
| Hex | 89 | 53 | DA | 25 | 3E | 0 | F | 108 | 41 | 3B |
| Octal | 211 | 123 | 332 | 45 | 76 | 0 | 17 | 410 | 101 | 73 |
| Binary | 10001001 | 1010011 | 11011010 | 100101 | 111110 | 0 | 1111 | 100001000 | 1000001 | 111011 |
Color Harmonies of #8953DA
Complementary color
Monochromatic Colors of #8953DA
Black with #8953DA
Text Example
Text Example
White with #8953DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8953DA; }
p { color: rgb(137,83,218); }
H1.HeaderClassName
{
color: #8953DA;
}
.AnyTagClassName
{
color: #8953DA;
}
</style>
background-color css
<style>
a { background-color: #8953DA; }
a { background-color: rgb(137,83,218); }
div.DivClassName
{
background-color: #8953DA;
}
.BgClassName
{
background-color: #8953DA;
}
</style>
border-color css
<style>
span { border-color: #8953DA; }
span { border-color: rgb(137,83,218); }
td.TdClassName
{
border-color: #8953DA;
}
.TagClassName
{
border-color: #8953DA;
}
</style>