Shades of Amethyst #8958D3
Tints of Amethyst #8958D3
RGB
CMYK
RGB Variations
Color information
#8958D3 (or 0x8958D3) is known color: Amethyst. HEX triplet: 89, 58 and D3. RGB value is (137,88,211). Sum of RGB (Red+Green+Blue) = 137+88+211=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #8958D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958D3 is #76A72C. Grayscale: #747474. Windows color (decimal): -7776045 or 13850761. OLE color: 13850761.
HSL color Cylindrical-coordinate representation of color #8958D3: hue angle of 263.9º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8958D3 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 88 | 211 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.17 |
| HSL | 263.9º | 0.58% | 0.59% | - |
| HSV(B) | 263.9º | 0.58% | 0.83% | - |
| XYZ | 25.56 | 17 | 63.56 | - |
| YUV | 116.67 | 181.23 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 211 | 0.35 | 0.58 | 0 | 0.17 | 263.9 | 0.58 | 0.59 |
| Hex | 89 | 58 | D3 | 23 | 3A | 0 | 11 | 108 | 3A | 3B |
| Octal | 211 | 130 | 323 | 43 | 72 | 0 | 21 | 410 | 72 | 73 |
| Binary | 10001001 | 1011000 | 11010011 | 100011 | 111010 | 0 | 10001 | 100001000 | 111010 | 111011 |
Color Harmonies of #8958D3
Complementary color
Monochromatic Colors of #8958D3
Black with #8958D3
Text Example
Text Example
White with #8958D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958D3; }
p { color: rgb(137,88,211); }
H1.HeaderClassName
{
color: #8958D3;
}
.AnyTagClassName
{
color: #8958D3;
}
</style>
background-color css
<style>
a { background-color: #8958D3; }
a { background-color: rgb(137,88,211); }
div.DivClassName
{
background-color: #8958D3;
}
.BgClassName
{
background-color: #8958D3;
}
</style>
border-color css
<style>
span { border-color: #8958D3; }
span { border-color: rgb(137,88,211); }
td.TdClassName
{
border-color: #8958D3;
}
.TagClassName
{
border-color: #8958D3;
}
</style>