Shades of Amethyst #9052DA
Tints of Amethyst #9052DA
RGB
CMYK
RGB Variations
Color information
#9052DA (or 0x9052DA) is known color: Amethyst. HEX triplet: 90, 52 and DA. RGB value is (144,82,218). Sum of RGB (Red+Green+Blue) = 144+82+218=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #9052DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052DA is #6FAD25. Grayscale: #737373. Windows color (decimal): -7318822 or 14307984. OLE color: 14307984.
HSL color Cylindrical-coordinate representation of color #9052DA: hue angle of 267.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9052DA is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 82 | 218 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.15 |
| HSL | 267.35º | 0.65% | 0.59% | - |
| HSV(B) | 267.35º | 0.62% | 0.85% | - |
| XYZ | 27.17 | 17.03 | 68.18 | - |
| YUV | 116.04 | 185.54 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 218 | 0.34 | 0.62 | 0 | 0.15 | 267.35 | 0.65 | 0.59 |
| Hex | 90 | 52 | DA | 22 | 3E | 0 | F | 10B | 41 | 3B |
| Octal | 220 | 122 | 332 | 42 | 76 | 0 | 17 | 413 | 101 | 73 |
| Binary | 10010000 | 1010010 | 11011010 | 100010 | 111110 | 0 | 1111 | 100001011 | 1000001 | 111011 |
Color Harmonies of #9052DA
Complementary color
Monochromatic Colors of #9052DA
Black with #9052DA
Text Example
Text Example
White with #9052DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052DA; }
p { color: rgb(144,82,218); }
H1.HeaderClassName
{
color: #9052DA;
}
.AnyTagClassName
{
color: #9052DA;
}
</style>
background-color css
<style>
a { background-color: #9052DA; }
a { background-color: rgb(144,82,218); }
div.DivClassName
{
background-color: #9052DA;
}
.BgClassName
{
background-color: #9052DA;
}
</style>
border-color css
<style>
span { border-color: #9052DA; }
span { border-color: rgb(144,82,218); }
td.TdClassName
{
border-color: #9052DA;
}
.TagClassName
{
border-color: #9052DA;
}
</style>