Shades of Amethyst #8952DD
Tints of Amethyst #8952DD
RGB
CMYK
RGB Variations
Color information
#8952DD (or 0x8952DD) is known color: Amethyst. HEX triplet: 89, 52 and DD. RGB value is (137,82,221). Sum of RGB (Red+Green+Blue) = 137+82+221=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #8952DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952DD is #76AD22. Grayscale: #717171. Windows color (decimal): -7777571 or 14504585. OLE color: 14504585.
HSL color Cylindrical-coordinate representation of color #8952DD: hue angle of 263.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8952DD is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 82 | 221 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.13 |
| HSL | 263.74º | 0.67% | 0.59% | - |
| HSV(B) | 263.74º | 0.63% | 0.87% | - |
| XYZ | 26.38 | 16.57 | 70.21 | - |
| YUV | 114.29 | 188.22 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 221 | 0.38 | 0.63 | 0 | 0.13 | 263.74 | 0.67 | 0.59 |
| Hex | 89 | 52 | DD | 26 | 3F | 0 | D | 108 | 43 | 3B |
| Octal | 211 | 122 | 335 | 46 | 77 | 0 | 15 | 410 | 103 | 73 |
| Binary | 10001001 | 1010010 | 11011101 | 100110 | 111111 | 0 | 1101 | 100001000 | 1000011 | 111011 |
Color Harmonies of #8952DD
Complementary color
Monochromatic Colors of #8952DD
Black with #8952DD
Text Example
Text Example
White with #8952DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952DD; }
p { color: rgb(137,82,221); }
H1.HeaderClassName
{
color: #8952DD;
}
.AnyTagClassName
{
color: #8952DD;
}
</style>
background-color css
<style>
a { background-color: #8952DD; }
a { background-color: rgb(137,82,221); }
div.DivClassName
{
background-color: #8952DD;
}
.BgClassName
{
background-color: #8952DD;
}
</style>
border-color css
<style>
span { border-color: #8952DD; }
span { border-color: rgb(137,82,221); }
td.TdClassName
{
border-color: #8952DD;
}
.TagClassName
{
border-color: #8952DD;
}
</style>