Shades of Amethyst #8952DA
Tints of Amethyst #8952DA
RGB
CMYK
RGB Variations
Color information
#8952DA (or 0x8952DA) is known color: Amethyst. HEX triplet: 89, 52 and DA. RGB value is (137,82,218). Sum of RGB (Red+Green+Blue) = 137+82+218=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #8952DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952DA is #76AD25. Grayscale: #717171. Windows color (decimal): -7777574 or 14307977. OLE color: 14307977.
HSL color Cylindrical-coordinate representation of color #8952DA: hue angle of 264.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8952DA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 82 | 218 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.15 |
| HSL | 264.26º | 0.65% | 0.59% | - |
| HSV(B) | 264.26º | 0.62% | 0.85% | - |
| XYZ | 25.99 | 16.41 | 68.13 | - |
| YUV | 113.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 218 | 0.37 | 0.62 | 0 | 0.15 | 264.26 | 0.65 | 0.59 |
| Hex | 89 | 52 | DA | 25 | 3E | 0 | F | 108 | 41 | 3B |
| Octal | 211 | 122 | 332 | 45 | 76 | 0 | 17 | 410 | 101 | 73 |
| Binary | 10001001 | 1010010 | 11011010 | 100101 | 111110 | 0 | 1111 | 100001000 | 1000001 | 111011 |
Color Harmonies of #8952DA
Complementary color
Monochromatic Colors of #8952DA
Black with #8952DA
Text Example
Text Example
White with #8952DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952DA; }
p { color: rgb(137,82,218); }
H1.HeaderClassName
{
color: #8952DA;
}
.AnyTagClassName
{
color: #8952DA;
}
</style>
background-color css
<style>
a { background-color: #8952DA; }
a { background-color: rgb(137,82,218); }
div.DivClassName
{
background-color: #8952DA;
}
.BgClassName
{
background-color: #8952DA;
}
</style>
border-color css
<style>
span { border-color: #8952DA; }
span { border-color: rgb(137,82,218); }
td.TdClassName
{
border-color: #8952DA;
}
.TagClassName
{
border-color: #8952DA;
}
</style>