Shades of Amethyst #9059DD
Tints of Amethyst #9059DD
RGB
CMYK
RGB Variations
Color information
#9059DD (or 0x9059DD) is known color: Amethyst. HEX triplet: 90, 59 and DD. RGB value is (144,89,221). Sum of RGB (Red+Green+Blue) = 144+89+221=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #9059DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059DD is #6FA622. Grayscale: #787878. Windows color (decimal): -7317027 or 14506384. OLE color: 14506384.
HSL color Cylindrical-coordinate representation of color #9059DD: hue angle of 265º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9059DD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 89 | 221 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.13 |
| HSL | 265º | 0.66% | 0.61% | - |
| HSV(B) | 265º | 0.6% | 0.87% | - |
| XYZ | 28.13 | 18.29 | 70.46 | - |
| YUV | 120.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 221 | 0.35 | 0.60 | 0 | 0.13 | 265 | 0.66 | 0.61 |
| Hex | 90 | 59 | DD | 23 | 3C | 0 | D | 109 | 42 | 3D |
| Octal | 220 | 131 | 335 | 43 | 74 | 0 | 15 | 411 | 102 | 75 |
| Binary | 10010000 | 1011001 | 11011101 | 100011 | 111100 | 0 | 1101 | 100001001 | 1000010 | 111101 |
Color Harmonies of #9059DD
Complementary color
Monochromatic Colors of #9059DD
Black with #9059DD
Text Example
Text Example
White with #9059DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9059DD; }
p { color: rgb(144,89,221); }
H1.HeaderClassName
{
color: #9059DD;
}
.AnyTagClassName
{
color: #9059DD;
}
</style>
background-color css
<style>
a { background-color: #9059DD; }
a { background-color: rgb(144,89,221); }
div.DivClassName
{
background-color: #9059DD;
}
.BgClassName
{
background-color: #9059DD;
}
</style>
border-color css
<style>
span { border-color: #9059DD; }
span { border-color: rgb(144,89,221); }
td.TdClassName
{
border-color: #9059DD;
}
.TagClassName
{
border-color: #9059DD;
}
</style>