Shades of Amethyst #9057CC
Tints of Amethyst #9057CC
RGB
CMYK
RGB Variations
Color information
#9057CC (or 0x9057CC) is known color: Amethyst. HEX triplet: 90, 57 and CC. RGB value is (144,87,204). Sum of RGB (Red+Green+Blue) = 144+87+204=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #9057CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9057CC is #6FA833. Grayscale: #747474. Windows color (decimal): -7317556 or 13391760. OLE color: 13391760.
HSL color Cylindrical-coordinate representation of color #9057CC: hue angle of 269.23º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9057CC is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 87 | 204 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.2 |
| HSL | 269.23º | 0.53% | 0.57% | - |
| HSV(B) | 269.23º | 0.57% | 0.8% | - |
| XYZ | 25.81 | 17.11 | 59.07 | - |
| YUV | 117.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 204 | 0.29 | 0.57 | 0 | 0.2 | 269.23 | 0.53 | 0.57 |
| Hex | 90 | 57 | CC | 1D | 39 | 0 | 14 | 10D | 35 | 39 |
| Octal | 220 | 127 | 314 | 35 | 71 | 0 | 24 | 415 | 65 | 71 |
| Binary | 10010000 | 1010111 | 11001100 | 11101 | 111001 | 0 | 10100 | 100001101 | 110101 | 111001 |
Color Harmonies of #9057CC
Complementary color
Monochromatic Colors of #9057CC
Black with #9057CC
Text Example
Text Example
White with #9057CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9057CC; }
p { color: rgb(144,87,204); }
H1.HeaderClassName
{
color: #9057CC;
}
.AnyTagClassName
{
color: #9057CC;
}
</style>
background-color css
<style>
a { background-color: #9057CC; }
a { background-color: rgb(144,87,204); }
div.DivClassName
{
background-color: #9057CC;
}
.BgClassName
{
background-color: #9057CC;
}
</style>
border-color css
<style>
span { border-color: #9057CC; }
span { border-color: rgb(144,87,204); }
td.TdClassName
{
border-color: #9057CC;
}
.TagClassName
{
border-color: #9057CC;
}
</style>