Shades of Amethyst #9055D0
Tints of Amethyst #9055D0
RGB
CMYK
RGB Variations
Color information
#9055D0 (or 0x9055D0) is known color: Amethyst. HEX triplet: 90, 55 and D0. RGB value is (144,85,208). Sum of RGB (Red+Green+Blue) = 144+85+208=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #9055D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055D0 is #6FAA2F. Grayscale: #747474. Windows color (decimal): -7318064 or 13653392. OLE color: 13653392.
HSL color Cylindrical-coordinate representation of color #9055D0: hue angle of 268.78º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9055D0 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 85 | 208 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.18 |
| HSL | 268.78º | 0.57% | 0.57% | - |
| HSV(B) | 268.78º | 0.59% | 0.82% | - |
| XYZ | 26.14 | 16.98 | 61.57 | - |
| YUV | 116.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 208 | 0.31 | 0.59 | 0 | 0.18 | 268.78 | 0.57 | 0.57 |
| Hex | 90 | 55 | D0 | 1F | 3B | 0 | 12 | 10D | 39 | 39 |
| Octal | 220 | 125 | 320 | 37 | 73 | 0 | 22 | 415 | 71 | 71 |
| Binary | 10010000 | 1010101 | 11010000 | 11111 | 111011 | 0 | 10010 | 100001101 | 111001 | 111001 |
Color Harmonies of #9055D0
Complementary color
Monochromatic Colors of #9055D0
Black with #9055D0
Text Example
Text Example
White with #9055D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9055D0; }
p { color: rgb(144,85,208); }
H1.HeaderClassName
{
color: #9055D0;
}
.AnyTagClassName
{
color: #9055D0;
}
</style>
background-color css
<style>
a { background-color: #9055D0; }
a { background-color: rgb(144,85,208); }
div.DivClassName
{
background-color: #9055D0;
}
.BgClassName
{
background-color: #9055D0;
}
</style>
border-color css
<style>
span { border-color: #9055D0; }
span { border-color: rgb(144,85,208); }
td.TdClassName
{
border-color: #9055D0;
}
.TagClassName
{
border-color: #9055D0;
}
</style>