Shades of Amethyst #9054DA
Tints of Amethyst #9054DA
RGB
CMYK
RGB Variations
Color information
#9054DA (or 0x9054DA) is known color: Amethyst. HEX triplet: 90, 54 and DA. RGB value is (144,84,218). Sum of RGB (Red+Green+Blue) = 144+84+218=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #9054DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054DA is #6FAB25. Grayscale: #747474. Windows color (decimal): -7318310 or 14308496. OLE color: 14308496.
HSL color Cylindrical-coordinate representation of color #9054DA: hue angle of 266.87º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9054DA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 84 | 218 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.15 |
| HSL | 266.87º | 0.64% | 0.59% | - |
| HSV(B) | 266.87º | 0.61% | 0.85% | - |
| XYZ | 27.33 | 17.33 | 68.23 | - |
| YUV | 117.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 218 | 0.34 | 0.61 | 0 | 0.15 | 266.87 | 0.64 | 0.59 |
| Hex | 90 | 54 | DA | 22 | 3D | 0 | F | 10B | 40 | 3B |
| Octal | 220 | 124 | 332 | 42 | 75 | 0 | 17 | 413 | 100 | 73 |
| Binary | 10010000 | 1010100 | 11011010 | 100010 | 111101 | 0 | 1111 | 100001011 | 1000000 | 111011 |
Color Harmonies of #9054DA
Complementary color
Monochromatic Colors of #9054DA
Black with #9054DA
Text Example
Text Example
White with #9054DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9054DA; }
p { color: rgb(144,84,218); }
H1.HeaderClassName
{
color: #9054DA;
}
.AnyTagClassName
{
color: #9054DA;
}
</style>
background-color css
<style>
a { background-color: #9054DA; }
a { background-color: rgb(144,84,218); }
div.DivClassName
{
background-color: #9054DA;
}
.BgClassName
{
background-color: #9054DA;
}
</style>
border-color css
<style>
span { border-color: #9054DA; }
span { border-color: rgb(144,84,218); }
td.TdClassName
{
border-color: #9054DA;
}
.TagClassName
{
border-color: #9054DA;
}
</style>