Shades of Amethyst #9059CF
Tints of Amethyst #9059CF
RGB
CMYK
RGB Variations
Color information
#9059CF (or 0x9059CF) is known color: Amethyst. HEX triplet: 90, 59 and CF. RGB value is (144,89,207). Sum of RGB (Red+Green+Blue) = 144+89+207=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #9059CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059CF is #6FA630. Grayscale: #767676. Windows color (decimal): -7317041 or 13588880. OLE color: 13588880.
HSL color Cylindrical-coordinate representation of color #9059CF: hue angle of 267.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9059CF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 89 | 207 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.19 |
| HSL | 267.97º | 0.55% | 0.58% | - |
| HSV(B) | 267.97º | 0.57% | 0.81% | - |
| XYZ | 26.34 | 17.58 | 61.04 | - |
| YUV | 118.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 207 | 0.30 | 0.57 | 0 | 0.19 | 267.97 | 0.55 | 0.58 |
| Hex | 90 | 59 | CF | 1E | 39 | 0 | 13 | 10C | 37 | 3A |
| Octal | 220 | 131 | 317 | 36 | 71 | 0 | 23 | 414 | 67 | 72 |
| Binary | 10010000 | 1011001 | 11001111 | 11110 | 111001 | 0 | 10011 | 100001100 | 110111 | 111010 |
Color Harmonies of #9059CF
Complementary color
Monochromatic Colors of #9059CF
Black with #9059CF
Text Example
Text Example
White with #9059CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9059CF; }
p { color: rgb(144,89,207); }
H1.HeaderClassName
{
color: #9059CF;
}
.AnyTagClassName
{
color: #9059CF;
}
</style>
background-color css
<style>
a { background-color: #9059CF; }
a { background-color: rgb(144,89,207); }
div.DivClassName
{
background-color: #9059CF;
}
.BgClassName
{
background-color: #9059CF;
}
</style>
border-color css
<style>
span { border-color: #9059CF; }
span { border-color: rgb(144,89,207); }
td.TdClassName
{
border-color: #9059CF;
}
.TagClassName
{
border-color: #9059CF;
}
</style>