Shades of Amethyst #8952DC
Tints of Amethyst #8952DC
RGB
CMYK
RGB Variations
Color information
#8952DC (or 0x8952DC) is known color: Amethyst. HEX triplet: 89, 52 and DC. RGB value is (137,82,220). Sum of RGB (Red+Green+Blue) = 137+82+220=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #8952DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952DC is #76AD23. Grayscale: #717171. Windows color (decimal): -7777572 or 14439049. OLE color: 14439049.
HSL color Cylindrical-coordinate representation of color #8952DC: hue angle of 263.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8952DC is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 82 | 220 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.14 |
| HSL | 263.91º | 0.66% | 0.59% | - |
| HSV(B) | 263.91º | 0.63% | 0.86% | - |
| XYZ | 26.25 | 16.52 | 69.52 | - |
| YUV | 114.18 | 187.72 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 220 | 0.38 | 0.63 | 0 | 0.14 | 263.91 | 0.66 | 0.59 |
| Hex | 89 | 52 | DC | 26 | 3F | 0 | E | 108 | 42 | 3B |
| Octal | 211 | 122 | 334 | 46 | 77 | 0 | 16 | 410 | 102 | 73 |
| Binary | 10001001 | 1010010 | 11011100 | 100110 | 111111 | 0 | 1110 | 100001000 | 1000010 | 111011 |
Color Harmonies of #8952DC
Complementary color
Monochromatic Colors of #8952DC
Black with #8952DC
Text Example
Text Example
White with #8952DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952DC; }
p { color: rgb(137,82,220); }
H1.HeaderClassName
{
color: #8952DC;
}
.AnyTagClassName
{
color: #8952DC;
}
</style>
background-color css
<style>
a { background-color: #8952DC; }
a { background-color: rgb(137,82,220); }
div.DivClassName
{
background-color: #8952DC;
}
.BgClassName
{
background-color: #8952DC;
}
</style>
border-color css
<style>
span { border-color: #8952DC; }
span { border-color: rgb(137,82,220); }
td.TdClassName
{
border-color: #8952DC;
}
.TagClassName
{
border-color: #8952DC;
}
</style>