Shades of Amethyst #8951DA
Tints of Amethyst #8951DA
RGB
CMYK
RGB Variations
Color information
#8951DA (or 0x8951DA) is known color: Amethyst. HEX triplet: 89, 51 and DA. RGB value is (137,81,218). Sum of RGB (Red+Green+Blue) = 137+81+218=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #8951DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951DA is #76AE25. Grayscale: #707070. Windows color (decimal): -7777830 or 14307721. OLE color: 14307721.
HSL color Cylindrical-coordinate representation of color #8951DA: hue angle of 264.53º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8951DA is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 81 | 218 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.15 |
| HSL | 264.53º | 0.65% | 0.59% | - |
| HSV(B) | 264.53º | 0.63% | 0.85% | - |
| XYZ | 25.91 | 16.27 | 68.1 | - |
| YUV | 113.36 | 187.05 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 218 | 0.37 | 0.63 | 0 | 0.15 | 264.53 | 0.65 | 0.59 |
| Hex | 89 | 51 | DA | 25 | 3F | 0 | F | 109 | 41 | 3B |
| Octal | 211 | 121 | 332 | 45 | 77 | 0 | 17 | 411 | 101 | 73 |
| Binary | 10001001 | 1010001 | 11011010 | 100101 | 111111 | 0 | 1111 | 100001001 | 1000001 | 111011 |
Color Harmonies of #8951DA
Complementary color
Monochromatic Colors of #8951DA
Black with #8951DA
Text Example
Text Example
White with #8951DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951DA; }
p { color: rgb(137,81,218); }
H1.HeaderClassName
{
color: #8951DA;
}
.AnyTagClassName
{
color: #8951DA;
}
</style>
background-color css
<style>
a { background-color: #8951DA; }
a { background-color: rgb(137,81,218); }
div.DivClassName
{
background-color: #8951DA;
}
.BgClassName
{
background-color: #8951DA;
}
</style>
border-color css
<style>
span { border-color: #8951DA; }
span { border-color: rgb(137,81,218); }
td.TdClassName
{
border-color: #8951DA;
}
.TagClassName
{
border-color: #8951DA;
}
</style>