Shades of Amethyst #9052D8
Tints of Amethyst #9052D8
RGB
CMYK
RGB Variations
Color information
#9052D8 (or 0x9052D8) is known color: Amethyst. HEX triplet: 90, 52 and D8. RGB value is (144,82,216). Sum of RGB (Red+Green+Blue) = 144+82+216=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #9052D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052D8 is #6FAD27. Grayscale: #737373. Windows color (decimal): -7318824 or 14176912. OLE color: 14176912.
HSL color Cylindrical-coordinate representation of color #9052D8: hue angle of 267.76º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9052D8 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 82 | 216 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.15 |
| HSL | 267.76º | 0.63% | 0.58% | - |
| HSV(B) | 267.76º | 0.62% | 0.85% | - |
| XYZ | 26.91 | 16.92 | 66.81 | - |
| YUV | 115.81 | 184.54 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 216 | 0.33 | 0.62 | 0 | 0.15 | 267.76 | 0.63 | 0.58 |
| Hex | 90 | 52 | D8 | 21 | 3E | 0 | F | 10C | 3F | 3A |
| Octal | 220 | 122 | 330 | 41 | 76 | 0 | 17 | 414 | 77 | 72 |
| Binary | 10010000 | 1010010 | 11011000 | 100001 | 111110 | 0 | 1111 | 100001100 | 111111 | 111010 |
Color Harmonies of #9052D8
Complementary color
Monochromatic Colors of #9052D8
Black with #9052D8
Text Example
Text Example
White with #9052D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052D8; }
p { color: rgb(144,82,216); }
H1.HeaderClassName
{
color: #9052D8;
}
.AnyTagClassName
{
color: #9052D8;
}
</style>
background-color css
<style>
a { background-color: #9052D8; }
a { background-color: rgb(144,82,216); }
div.DivClassName
{
background-color: #9052D8;
}
.BgClassName
{
background-color: #9052D8;
}
</style>
border-color css
<style>
span { border-color: #9052D8; }
span { border-color: rgb(144,82,216); }
td.TdClassName
{
border-color: #9052D8;
}
.TagClassName
{
border-color: #9052D8;
}
</style>