Shades of Amethyst #8955CE
Tints of Amethyst #8955CE
RGB
CMYK
RGB Variations
Color information
#8955CE (or 0x8955CE) is known color: Amethyst. HEX triplet: 89, 55 and CE. RGB value is (137,85,206). Sum of RGB (Red+Green+Blue) = 137+85+206=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #8955CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955CE is #76AA31. Grayscale: #717171. Windows color (decimal): -7776818 or 13522313. OLE color: 13522313.
HSL color Cylindrical-coordinate representation of color #8955CE: hue angle of 265.79º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8955CE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 85 | 206 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.19 |
| HSL | 265.79º | 0.55% | 0.57% | - |
| HSV(B) | 265.79º | 0.59% | 0.81% | - |
| XYZ | 24.71 | 16.27 | 60.23 | - |
| YUV | 114.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 206 | 0.33 | 0.59 | 0 | 0.19 | 265.79 | 0.55 | 0.57 |
| Hex | 89 | 55 | CE | 21 | 3B | 0 | 13 | 10A | 37 | 39 |
| Octal | 211 | 125 | 316 | 41 | 73 | 0 | 23 | 412 | 67 | 71 |
| Binary | 10001001 | 1010101 | 11001110 | 100001 | 111011 | 0 | 10011 | 100001010 | 110111 | 111001 |
Color Harmonies of #8955CE
Complementary color
Monochromatic Colors of #8955CE
Black with #8955CE
Text Example
Text Example
White with #8955CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955CE; }
p { color: rgb(137,85,206); }
H1.HeaderClassName
{
color: #8955CE;
}
.AnyTagClassName
{
color: #8955CE;
}
</style>
background-color css
<style>
a { background-color: #8955CE; }
a { background-color: rgb(137,85,206); }
div.DivClassName
{
background-color: #8955CE;
}
.BgClassName
{
background-color: #8955CE;
}
</style>
border-color css
<style>
span { border-color: #8955CE; }
span { border-color: rgb(137,85,206); }
td.TdClassName
{
border-color: #8955CE;
}
.TagClassName
{
border-color: #8955CE;
}
</style>