Shades of Amethyst #9053CD
Tints of Amethyst #9053CD
RGB
CMYK
RGB Variations
Color information
#9053CD (or 0x9053CD) is known color: Amethyst. HEX triplet: 90, 53 and CD. RGB value is (144,83,205). Sum of RGB (Red+Green+Blue) = 144+83+205=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #9053CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053CD is #6FAC32. Grayscale: #727272. Windows color (decimal): -7318579 or 13456272. OLE color: 13456272.
HSL color Cylindrical-coordinate representation of color #9053CD: hue angle of 270º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9053CD is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 83 | 205 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.20 |
| HSL | 270º | 0.55% | 0.56% | - |
| HSV(B) | 270º | 0.6% | 0.8% | - |
| XYZ | 25.61 | 16.52 | 59.6 | - |
| YUV | 115.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 205 | 0.30 | 0.60 | 0 | 0.20 | 270 | 0.55 | 0.56 |
| Hex | 90 | 53 | CD | 1E | 3C | 0 | 14 | 10E | 37 | 38 |
| Octal | 220 | 123 | 315 | 36 | 74 | 0 | 24 | 416 | 67 | 70 |
| Binary | 10010000 | 1010011 | 11001101 | 11110 | 111100 | 0 | 10100 | 100001110 | 110111 | 111000 |
Color Harmonies of #9053CD
Complementary color
Monochromatic Colors of #9053CD
Black with #9053CD
Text Example
Text Example
White with #9053CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053CD; }
p { color: rgb(144,83,205); }
H1.HeaderClassName
{
color: #9053CD;
}
.AnyTagClassName
{
color: #9053CD;
}
</style>
background-color css
<style>
a { background-color: #9053CD; }
a { background-color: rgb(144,83,205); }
div.DivClassName
{
background-color: #9053CD;
}
.BgClassName
{
background-color: #9053CD;
}
</style>
border-color css
<style>
span { border-color: #9053CD; }
span { border-color: rgb(144,83,205); }
td.TdClassName
{
border-color: #9053CD;
}
.TagClassName
{
border-color: #9053CD;
}
</style>