Shades of Amethyst #8952CE
Tints of Amethyst #8952CE
RGB
CMYK
RGB Variations
Color information
#8952CE (or 0x8952CE) is known color: Amethyst. HEX triplet: 89, 52 and CE. RGB value is (137,82,206). Sum of RGB (Red+Green+Blue) = 137+82+206=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8952CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952CE is #76AD31. Grayscale: #707070. Windows color (decimal): -7777586 or 13521545. OLE color: 13521545.
HSL color Cylindrical-coordinate representation of color #8952CE: hue angle of 266.61º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8952CE is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 82 | 206 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.19 |
| HSL | 266.61º | 0.56% | 0.56% | - |
| HSV(B) | 266.61º | 0.6% | 0.81% | - |
| XYZ | 24.47 | 15.81 | 60.15 | - |
| YUV | 112.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 206 | 0.33 | 0.60 | 0 | 0.19 | 266.61 | 0.56 | 0.56 |
| Hex | 89 | 52 | CE | 21 | 3C | 0 | 13 | 10B | 38 | 38 |
| Octal | 211 | 122 | 316 | 41 | 74 | 0 | 23 | 413 | 70 | 70 |
| Binary | 10001001 | 1010010 | 11001110 | 100001 | 111100 | 0 | 10011 | 100001011 | 111000 | 111000 |
Color Harmonies of #8952CE
Complementary color
Monochromatic Colors of #8952CE
Black with #8952CE
Text Example
Text Example
White with #8952CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952CE; }
p { color: rgb(137,82,206); }
H1.HeaderClassName
{
color: #8952CE;
}
.AnyTagClassName
{
color: #8952CE;
}
</style>
background-color css
<style>
a { background-color: #8952CE; }
a { background-color: rgb(137,82,206); }
div.DivClassName
{
background-color: #8952CE;
}
.BgClassName
{
background-color: #8952CE;
}
</style>
border-color css
<style>
span { border-color: #8952CE; }
span { border-color: rgb(137,82,206); }
td.TdClassName
{
border-color: #8952CE;
}
.TagClassName
{
border-color: #8952CE;
}
</style>