Shades of Amethyst #9055DC
Tints of Amethyst #9055DC
RGB
CMYK
RGB Variations
Color information
#9055DC (or 0x9055DC) is known color: Amethyst. HEX triplet: 90, 55 and DC. RGB value is (144,85,220). Sum of RGB (Red+Green+Blue) = 144+85+220=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #9055DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055DC is #6FAA23. Grayscale: #757575. Windows color (decimal): -7318052 or 14439824. OLE color: 14439824.
HSL color Cylindrical-coordinate representation of color #9055DC: hue angle of 266.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9055DC is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 85 | 220 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.14 |
| HSL | 266.22º | 0.66% | 0.6% | - |
| HSV(B) | 266.22º | 0.61% | 0.86% | - |
| XYZ | 27.67 | 17.59 | 69.65 | - |
| YUV | 118.03 | 185.55 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 220 | 0.35 | 0.61 | 0 | 0.14 | 266.22 | 0.66 | 0.6 |
| Hex | 90 | 55 | DC | 23 | 3D | 0 | E | 10A | 42 | 3C |
| Octal | 220 | 125 | 334 | 43 | 75 | 0 | 16 | 412 | 102 | 74 |
| Binary | 10010000 | 1010101 | 11011100 | 100011 | 111101 | 0 | 1110 | 100001010 | 1000010 | 111100 |
Color Harmonies of #9055DC
Complementary color
Monochromatic Colors of #9055DC
Black with #9055DC
Text Example
Text Example
White with #9055DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9055DC; }
p { color: rgb(144,85,220); }
H1.HeaderClassName
{
color: #9055DC;
}
.AnyTagClassName
{
color: #9055DC;
}
</style>
background-color css
<style>
a { background-color: #9055DC; }
a { background-color: rgb(144,85,220); }
div.DivClassName
{
background-color: #9055DC;
}
.BgClassName
{
background-color: #9055DC;
}
</style>
border-color css
<style>
span { border-color: #9055DC; }
span { border-color: rgb(144,85,220); }
td.TdClassName
{
border-color: #9055DC;
}
.TagClassName
{
border-color: #9055DC;
}
</style>