Shades of Amethyst #8958CE
Tints of Amethyst #8958CE
RGB
CMYK
RGB Variations
Color information
#8958CE (or 0x8958CE) is known color: Amethyst. HEX triplet: 89, 58 and CE. RGB value is (137,88,206). Sum of RGB (Red+Green+Blue) = 137+88+206=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #8958CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958CE is #76A731. Grayscale: #737373. Windows color (decimal): -7776050 or 13523081. OLE color: 13523081.
HSL color Cylindrical-coordinate representation of color #8958CE: hue angle of 264.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8958CE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 88 | 206 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.19 |
| HSL | 264.92º | 0.55% | 0.58% | - |
| HSV(B) | 264.92º | 0.57% | 0.81% | - |
| XYZ | 24.95 | 16.75 | 60.31 | - |
| YUV | 116.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 206 | 0.33 | 0.57 | 0 | 0.19 | 264.92 | 0.55 | 0.58 |
| Hex | 89 | 58 | CE | 21 | 39 | 0 | 13 | 109 | 37 | 3A |
| Octal | 211 | 130 | 316 | 41 | 71 | 0 | 23 | 411 | 67 | 72 |
| Binary | 10001001 | 1011000 | 11001110 | 100001 | 111001 | 0 | 10011 | 100001001 | 110111 | 111010 |
Color Harmonies of #8958CE
Complementary color
Monochromatic Colors of #8958CE
Black with #8958CE
Text Example
Text Example
White with #8958CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958CE; }
p { color: rgb(137,88,206); }
H1.HeaderClassName
{
color: #8958CE;
}
.AnyTagClassName
{
color: #8958CE;
}
</style>
background-color css
<style>
a { background-color: #8958CE; }
a { background-color: rgb(137,88,206); }
div.DivClassName
{
background-color: #8958CE;
}
.BgClassName
{
background-color: #8958CE;
}
</style>
border-color css
<style>
span { border-color: #8958CE; }
span { border-color: rgb(137,88,206); }
td.TdClassName
{
border-color: #8958CE;
}
.TagClassName
{
border-color: #8958CE;
}
</style>