Shades of Amethyst #8950D0
Tints of Amethyst #8950D0
RGB
CMYK
RGB Variations
Color information
#8950D0 (or 0x8950D0) is known color: Amethyst. HEX triplet: 89, 50 and D0. RGB value is (137,80,208). Sum of RGB (Red+Green+Blue) = 137+80+208=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #8950D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950D0 is #76AF2F. Grayscale: #6F6F6F. Windows color (decimal): -7778096 or 13652105. OLE color: 13652105.
HSL color Cylindrical-coordinate representation of color #8950D0: hue angle of 266.72º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8950D0 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 80 | 208 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.18 |
| HSL | 266.72º | 0.58% | 0.56% | - |
| HSV(B) | 266.72º | 0.62% | 0.82% | - |
| XYZ | 24.57 | 15.61 | 61.39 | - |
| YUV | 111.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 208 | 0.34 | 0.62 | 0 | 0.18 | 266.72 | 0.58 | 0.56 |
| Hex | 89 | 50 | D0 | 22 | 3E | 0 | 12 | 10B | 3A | 38 |
| Octal | 211 | 120 | 320 | 42 | 76 | 0 | 22 | 413 | 72 | 70 |
| Binary | 10001001 | 1010000 | 11010000 | 100010 | 111110 | 0 | 10010 | 100001011 | 111010 | 111000 |
Color Harmonies of #8950D0
Complementary color
Monochromatic Colors of #8950D0
Black with #8950D0
Text Example
Text Example
White with #8950D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8950D0; }
p { color: rgb(137,80,208); }
H1.HeaderClassName
{
color: #8950D0;
}
.AnyTagClassName
{
color: #8950D0;
}
</style>
background-color css
<style>
a { background-color: #8950D0; }
a { background-color: rgb(137,80,208); }
div.DivClassName
{
background-color: #8950D0;
}
.BgClassName
{
background-color: #8950D0;
}
</style>
border-color css
<style>
span { border-color: #8950D0; }
span { border-color: rgb(137,80,208); }
td.TdClassName
{
border-color: #8950D0;
}
.TagClassName
{
border-color: #8950D0;
}
</style>