Shades of Amethyst #8953C7
Tints of Amethyst #8953C7
RGB
CMYK
RGB Variations
Color information
#8953C7 (or 0x8953C7) is known color: Amethyst. HEX triplet: 89, 53 and C7. RGB value is (137,83,199). Sum of RGB (Red+Green+Blue) = 137+83+199=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #8953C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953C7 is #76AC38. Grayscale: #6F6F6F. Windows color (decimal): -7777337 or 13063049. OLE color: 13063049.
HSL color Cylindrical-coordinate representation of color #8953C7: hue angle of 267.93º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8953C7 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 83 | 199 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.22 |
| HSL | 267.93º | 0.51% | 0.55% | - |
| HSV(B) | 267.93º | 0.58% | 0.78% | - |
| XYZ | 23.72 | 15.63 | 55.8 | - |
| YUV | 112.37 | 176.89 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 199 | 0.31 | 0.58 | 0 | 0.22 | 267.93 | 0.51 | 0.55 |
| Hex | 89 | 53 | C7 | 1F | 3A | 0 | 16 | 10C | 33 | 37 |
| Octal | 211 | 123 | 307 | 37 | 72 | 0 | 26 | 414 | 63 | 67 |
| Binary | 10001001 | 1010011 | 11000111 | 11111 | 111010 | 0 | 10110 | 100001100 | 110011 | 110111 |
Color Harmonies of #8953C7
Complementary color
Monochromatic Colors of #8953C7
Black with #8953C7
Text Example
Text Example
White with #8953C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8953C7; }
p { color: rgb(137,83,199); }
H1.HeaderClassName
{
color: #8953C7;
}
.AnyTagClassName
{
color: #8953C7;
}
</style>
background-color css
<style>
a { background-color: #8953C7; }
a { background-color: rgb(137,83,199); }
div.DivClassName
{
background-color: #8953C7;
}
.BgClassName
{
background-color: #8953C7;
}
</style>
border-color css
<style>
span { border-color: #8953C7; }
span { border-color: rgb(137,83,199); }
td.TdClassName
{
border-color: #8953C7;
}
.TagClassName
{
border-color: #8953C7;
}
</style>