Shades of Amethyst #8955CF
Tints of Amethyst #8955CF
RGB
CMYK
RGB Variations
Color information
#8955CF (or 0x8955CF) is known color: Amethyst. HEX triplet: 89, 55 and CF. RGB value is (137,85,207). Sum of RGB (Red+Green+Blue) = 137+85+207=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #8955CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955CF is #76AA30. Grayscale: #727272. Windows color (decimal): -7776817 or 13587849. OLE color: 13587849.
HSL color Cylindrical-coordinate representation of color #8955CF: hue angle of 265.57º degrees, saturation: 0.56, 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 #8955CF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 85 | 207 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.19 |
| HSL | 265.57º | 0.56% | 0.57% | - |
| HSV(B) | 265.57º | 0.59% | 0.81% | - |
| XYZ | 24.83 | 16.32 | 60.87 | - |
| YUV | 114.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 207 | 0.34 | 0.59 | 0 | 0.19 | 265.57 | 0.56 | 0.57 |
| Hex | 89 | 55 | CF | 22 | 3B | 0 | 13 | 10A | 38 | 39 |
| Octal | 211 | 125 | 317 | 42 | 73 | 0 | 23 | 412 | 70 | 71 |
| Binary | 10001001 | 1010101 | 11001111 | 100010 | 111011 | 0 | 10011 | 100001010 | 111000 | 111001 |
Color Harmonies of #8955CF
Complementary color
Monochromatic Colors of #8955CF
Black with #8955CF
Text Example
Text Example
White with #8955CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955CF; }
p { color: rgb(137,85,207); }
H1.HeaderClassName
{
color: #8955CF;
}
.AnyTagClassName
{
color: #8955CF;
}
</style>
background-color css
<style>
a { background-color: #8955CF; }
a { background-color: rgb(137,85,207); }
div.DivClassName
{
background-color: #8955CF;
}
.BgClassName
{
background-color: #8955CF;
}
</style>
border-color css
<style>
span { border-color: #8955CF; }
span { border-color: rgb(137,85,207); }
td.TdClassName
{
border-color: #8955CF;
}
.TagClassName
{
border-color: #8955CF;
}
</style>