Shades of Amethyst #8950DA
Tints of Amethyst #8950DA
RGB
CMYK
RGB Variations
Color information
#8950DA (or 0x8950DA) is known color: Amethyst. HEX triplet: 89, 50 and DA. RGB value is (137,80,218). Sum of RGB (Red+Green+Blue) = 137+80+218=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #8950DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950DA is #76AF25. Grayscale: #707070. Windows color (decimal): -7778086 or 14307465. OLE color: 14307465.
HSL color Cylindrical-coordinate representation of color #8950DA: hue angle of 264.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8950DA is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 80 | 218 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.15 |
| HSL | 264.78º | 0.65% | 0.58% | - |
| HSV(B) | 264.78º | 0.63% | 0.85% | - |
| XYZ | 25.84 | 16.12 | 68.08 | - |
| YUV | 112.78 | 187.38 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 218 | 0.37 | 0.63 | 0 | 0.15 | 264.78 | 0.65 | 0.58 |
| Hex | 89 | 50 | DA | 25 | 3F | 0 | F | 109 | 41 | 3A |
| Octal | 211 | 120 | 332 | 45 | 77 | 0 | 17 | 411 | 101 | 72 |
| Binary | 10001001 | 1010000 | 11011010 | 100101 | 111111 | 0 | 1111 | 100001001 | 1000001 | 111010 |
Color Harmonies of #8950DA
Complementary color
Monochromatic Colors of #8950DA
Black with #8950DA
Text Example
Text Example
White with #8950DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8950DA; }
p { color: rgb(137,80,218); }
H1.HeaderClassName
{
color: #8950DA;
}
.AnyTagClassName
{
color: #8950DA;
}
</style>
background-color css
<style>
a { background-color: #8950DA; }
a { background-color: rgb(137,80,218); }
div.DivClassName
{
background-color: #8950DA;
}
.BgClassName
{
background-color: #8950DA;
}
</style>
border-color css
<style>
span { border-color: #8950DA; }
span { border-color: rgb(137,80,218); }
td.TdClassName
{
border-color: #8950DA;
}
.TagClassName
{
border-color: #8950DA;
}
</style>