Shades of Amethyst #9052D4
Tints of Amethyst #9052D4
RGB
CMYK
RGB Variations
Color information
#9052D4 (or 0x9052D4) is known color: Amethyst. HEX triplet: 90, 52 and D4. RGB value is (144,82,212). Sum of RGB (Red+Green+Blue) = 144+82+212=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #9052D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052D4 is #6FAD2B. Grayscale: #727272. Windows color (decimal): -7318828 or 13914768. OLE color: 13914768.
HSL color Cylindrical-coordinate representation of color #9052D4: hue angle of 268.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9052D4 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 82 | 212 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.17 |
| HSL | 268.62º | 0.6% | 0.58% | - |
| HSV(B) | 268.62º | 0.61% | 0.83% | - |
| XYZ | 26.4 | 16.72 | 64.12 | - |
| YUV | 115.36 | 182.54 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 212 | 0.32 | 0.61 | 0 | 0.17 | 268.62 | 0.6 | 0.58 |
| Hex | 90 | 52 | D4 | 20 | 3D | 0 | 11 | 10D | 3C | 3A |
| Octal | 220 | 122 | 324 | 40 | 75 | 0 | 21 | 415 | 74 | 72 |
| Binary | 10010000 | 1010010 | 11010100 | 100000 | 111101 | 0 | 10001 | 100001101 | 111100 | 111010 |
Color Harmonies of #9052D4
Complementary color
Monochromatic Colors of #9052D4
Black with #9052D4
Text Example
Text Example
White with #9052D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052D4; }
p { color: rgb(144,82,212); }
H1.HeaderClassName
{
color: #9052D4;
}
.AnyTagClassName
{
color: #9052D4;
}
</style>
background-color css
<style>
a { background-color: #9052D4; }
a { background-color: rgb(144,82,212); }
div.DivClassName
{
background-color: #9052D4;
}
.BgClassName
{
background-color: #9052D4;
}
</style>
border-color css
<style>
span { border-color: #9052D4; }
span { border-color: rgb(144,82,212); }
td.TdClassName
{
border-color: #9052D4;
}
.TagClassName
{
border-color: #9052D4;
}
</style>