Shades of Amethyst #8951D5
Tints of Amethyst #8951D5
RGB
CMYK
RGB Variations
Color information
#8951D5 (or 0x8951D5) is known color: Amethyst. HEX triplet: 89, 51 and D5. RGB value is (137,81,213). Sum of RGB (Red+Green+Blue) = 137+81+213=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #8951D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951D5 is #76AE2A. Grayscale: #707070. Windows color (decimal): -7777835 or 13980041. OLE color: 13980041.
HSL color Cylindrical-coordinate representation of color #8951D5: hue angle of 265.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8951D5 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 81 | 213 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.16 |
| HSL | 265.45º | 0.61% | 0.58% | - |
| HSV(B) | 265.45º | 0.62% | 0.84% | - |
| XYZ | 25.27 | 16.01 | 64.71 | - |
| YUV | 112.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 213 | 0.36 | 0.62 | 0 | 0.16 | 265.45 | 0.61 | 0.58 |
| Hex | 89 | 51 | D5 | 24 | 3E | 0 | 10 | 109 | 3D | 3A |
| Octal | 211 | 121 | 325 | 44 | 76 | 0 | 20 | 411 | 75 | 72 |
| Binary | 10001001 | 1010001 | 11010101 | 100100 | 111110 | 0 | 10000 | 100001001 | 111101 | 111010 |
Color Harmonies of #8951D5
Complementary color
Monochromatic Colors of #8951D5
Black with #8951D5
Text Example
Text Example
White with #8951D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951D5; }
p { color: rgb(137,81,213); }
H1.HeaderClassName
{
color: #8951D5;
}
.AnyTagClassName
{
color: #8951D5;
}
</style>
background-color css
<style>
a { background-color: #8951D5; }
a { background-color: rgb(137,81,213); }
div.DivClassName
{
background-color: #8951D5;
}
.BgClassName
{
background-color: #8951D5;
}
</style>
border-color css
<style>
span { border-color: #8951D5; }
span { border-color: rgb(137,81,213); }
td.TdClassName
{
border-color: #8951D5;
}
.TagClassName
{
border-color: #8951D5;
}
</style>