Shades of Amethyst #8951D3
Tints of Amethyst #8951D3
RGB
CMYK
RGB Variations
Color information
#8951D3 (or 0x8951D3) is known color: Amethyst. HEX triplet: 89, 51 and D3. RGB value is (137,81,211). Sum of RGB (Red+Green+Blue) = 137+81+211=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 211 (82.81% from 255 or 49.18% from 429); Max value from RGB is 211 - color contains mainly: blue. Hex color #8951D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951D3 is #76AE2C. Grayscale: #707070. Windows color (decimal): -7777837 or 13848969. OLE color: 13848969.
HSL color Cylindrical-coordinate representation of color #8951D3: hue angle of 265.85º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8951D3 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 81 | 211 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.17 |
| HSL | 265.85º | 0.6% | 0.57% | - |
| HSV(B) | 265.85º | 0.62% | 0.83% | - |
| XYZ | 25.02 | 15.91 | 63.38 | - |
| YUV | 112.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 211 | 0.35 | 0.62 | 0 | 0.17 | 265.85 | 0.6 | 0.57 |
| Hex | 89 | 51 | D3 | 23 | 3E | 0 | 11 | 10A | 3C | 39 |
| Octal | 211 | 121 | 323 | 43 | 76 | 0 | 21 | 412 | 74 | 71 |
| Binary | 10001001 | 1010001 | 11010011 | 100011 | 111110 | 0 | 10001 | 100001010 | 111100 | 111001 |
Color Harmonies of #8951D3
Complementary color
Monochromatic Colors of #8951D3
Black with #8951D3
Text Example
Text Example
White with #8951D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951D3; }
p { color: rgb(137,81,211); }
H1.HeaderClassName
{
color: #8951D3;
}
.AnyTagClassName
{
color: #8951D3;
}
</style>
background-color css
<style>
a { background-color: #8951D3; }
a { background-color: rgb(137,81,211); }
div.DivClassName
{
background-color: #8951D3;
}
.BgClassName
{
background-color: #8951D3;
}
</style>
border-color css
<style>
span { border-color: #8951D3; }
span { border-color: rgb(137,81,211); }
td.TdClassName
{
border-color: #8951D3;
}
.TagClassName
{
border-color: #8951D3;
}
</style>