Shades of Amethyst #8953DC
Tints of Amethyst #8953DC
RGB
CMYK
RGB Variations
Color information
#8953DC (or 0x8953DC) is known color: Amethyst. HEX triplet: 89, 53 and DC. RGB value is (137,83,220). Sum of RGB (Red+Green+Blue) = 137+83+220=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #8953DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953DC is #76AC23. Grayscale: #727272. Windows color (decimal): -7777316 or 14439305. OLE color: 14439305.
HSL color Cylindrical-coordinate representation of color #8953DC: hue angle of 263.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8953DC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 83 | 220 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.14 |
| HSL | 263.65º | 0.66% | 0.59% | - |
| HSV(B) | 263.65º | 0.62% | 0.86% | - |
| XYZ | 26.33 | 16.67 | 69.54 | - |
| YUV | 114.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 220 | 0.38 | 0.62 | 0 | 0.14 | 263.65 | 0.66 | 0.59 |
| Hex | 89 | 53 | DC | 26 | 3E | 0 | E | 108 | 42 | 3B |
| Octal | 211 | 123 | 334 | 46 | 76 | 0 | 16 | 410 | 102 | 73 |
| Binary | 10001001 | 1010011 | 11011100 | 100110 | 111110 | 0 | 1110 | 100001000 | 1000010 | 111011 |
Color Harmonies of #8953DC
Complementary color
Monochromatic Colors of #8953DC
Black with #8953DC
Text Example
Text Example
White with #8953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8953DC; }
p { color: rgb(137,83,220); }
H1.HeaderClassName
{
color: #8953DC;
}
.AnyTagClassName
{
color: #8953DC;
}
</style>
background-color css
<style>
a { background-color: #8953DC; }
a { background-color: rgb(137,83,220); }
div.DivClassName
{
background-color: #8953DC;
}
.BgClassName
{
background-color: #8953DC;
}
</style>
border-color css
<style>
span { border-color: #8953DC; }
span { border-color: rgb(137,83,220); }
td.TdClassName
{
border-color: #8953DC;
}
.TagClassName
{
border-color: #8953DC;
}
</style>