Shades of Amethyst #9053DC
Tints of Amethyst #9053DC
RGB
CMYK
RGB Variations
Color information
#9053DC (or 0x9053DC) is known color: Amethyst. HEX triplet: 90, 53 and DC. RGB value is (144,83,220). Sum of RGB (Red+Green+Blue) = 144+83+220=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #9053DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053DC is #6FAC23. Grayscale: #747474. Windows color (decimal): -7318564 or 14439312. OLE color: 14439312.
HSL color Cylindrical-coordinate representation of color #9053DC: hue angle of 266.72º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9053DC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 83 | 220 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.14 |
| HSL | 266.72º | 0.66% | 0.59% | - |
| HSV(B) | 266.72º | 0.62% | 0.86% | - |
| XYZ | 27.51 | 17.28 | 69.6 | - |
| YUV | 116.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 220 | 0.35 | 0.62 | 0 | 0.14 | 266.72 | 0.66 | 0.59 |
| Hex | 90 | 53 | DC | 23 | 3E | 0 | E | 10B | 42 | 3B |
| Octal | 220 | 123 | 334 | 43 | 76 | 0 | 16 | 413 | 102 | 73 |
| Binary | 10010000 | 1010011 | 11011100 | 100011 | 111110 | 0 | 1110 | 100001011 | 1000010 | 111011 |
Color Harmonies of #9053DC
Complementary color
Monochromatic Colors of #9053DC
Black with #9053DC
Text Example
Text Example
White with #9053DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053DC; }
p { color: rgb(144,83,220); }
H1.HeaderClassName
{
color: #9053DC;
}
.AnyTagClassName
{
color: #9053DC;
}
</style>
background-color css
<style>
a { background-color: #9053DC; }
a { background-color: rgb(144,83,220); }
div.DivClassName
{
background-color: #9053DC;
}
.BgClassName
{
background-color: #9053DC;
}
</style>
border-color css
<style>
span { border-color: #9053DC; }
span { border-color: rgb(144,83,220); }
td.TdClassName
{
border-color: #9053DC;
}
.TagClassName
{
border-color: #9053DC;
}
</style>