Shades of Amethyst #9055CE
Tints of Amethyst #9055CE
RGB
CMYK
RGB Variations
Color information
#9055CE (or 0x9055CE) is known color: Amethyst. HEX triplet: 90, 55 and CE. RGB value is (144,85,206). Sum of RGB (Red+Green+Blue) = 144+85+206=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #9055CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055CE is #6FAA31. Grayscale: #747474. Windows color (decimal): -7318066 or 13522320. OLE color: 13522320.
HSL color Cylindrical-coordinate representation of color #9055CE: hue angle of 269.26º 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 #9055CE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 85 | 206 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.19 |
| HSL | 269.26º | 0.55% | 0.57% | - |
| HSV(B) | 269.26º | 0.59% | 0.81% | - |
| XYZ | 25.89 | 16.88 | 60.29 | - |
| YUV | 116.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 206 | 0.30 | 0.59 | 0 | 0.19 | 269.26 | 0.55 | 0.57 |
| Hex | 90 | 55 | CE | 1E | 3B | 0 | 13 | 10D | 37 | 39 |
| Octal | 220 | 125 | 316 | 36 | 73 | 0 | 23 | 415 | 67 | 71 |
| Binary | 10010000 | 1010101 | 11001110 | 11110 | 111011 | 0 | 10011 | 100001101 | 110111 | 111001 |
Color Harmonies of #9055CE
Complementary color
Monochromatic Colors of #9055CE
Black with #9055CE
Text Example
Text Example
White with #9055CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9055CE; }
p { color: rgb(144,85,206); }
H1.HeaderClassName
{
color: #9055CE;
}
.AnyTagClassName
{
color: #9055CE;
}
</style>
background-color css
<style>
a { background-color: #9055CE; }
a { background-color: rgb(144,85,206); }
div.DivClassName
{
background-color: #9055CE;
}
.BgClassName
{
background-color: #9055CE;
}
</style>
border-color css
<style>
span { border-color: #9055CE; }
span { border-color: rgb(144,85,206); }
td.TdClassName
{
border-color: #9055CE;
}
.TagClassName
{
border-color: #9055CE;
}
</style>