Shades of Amethyst #9055CA
Tints of Amethyst #9055CA
RGB
CMYK
RGB Variations
Color information
#9055CA (or 0x9055CA) is known color: Amethyst. HEX triplet: 90, 55 and CA. RGB value is (144,85,202). Sum of RGB (Red+Green+Blue) = 144+85+202=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #9055CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055CA is #6FAA35. Grayscale: #737373. Windows color (decimal): -7318070 or 13260176. OLE color: 13260176.
HSL color Cylindrical-coordinate representation of color #9055CA: hue angle of 270.26º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9055CA is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 85 | 202 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.21 |
| HSL | 270.26º | 0.52% | 0.56% | - |
| HSV(B) | 270.26º | 0.58% | 0.79% | - |
| XYZ | 25.41 | 16.69 | 57.76 | - |
| YUV | 115.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 202 | 0.29 | 0.58 | 0 | 0.21 | 270.26 | 0.52 | 0.56 |
| Hex | 90 | 55 | CA | 1D | 3A | 0 | 15 | 10E | 34 | 38 |
| Octal | 220 | 125 | 312 | 35 | 72 | 0 | 25 | 416 | 64 | 70 |
| Binary | 10010000 | 1010101 | 11001010 | 11101 | 111010 | 0 | 10101 | 100001110 | 110100 | 111000 |
Color Harmonies of #9055CA
Complementary color
Monochromatic Colors of #9055CA
Black with #9055CA
Text Example
Text Example
White with #9055CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9055CA; }
p { color: rgb(144,85,202); }
H1.HeaderClassName
{
color: #9055CA;
}
.AnyTagClassName
{
color: #9055CA;
}
</style>
background-color css
<style>
a { background-color: #9055CA; }
a { background-color: rgb(144,85,202); }
div.DivClassName
{
background-color: #9055CA;
}
.BgClassName
{
background-color: #9055CA;
}
</style>
border-color css
<style>
span { border-color: #9055CA; }
span { border-color: rgb(144,85,202); }
td.TdClassName
{
border-color: #9055CA;
}
.TagClassName
{
border-color: #9055CA;
}
</style>