Shades of Amethyst #905EC1
Tints of Amethyst #905EC1
RGB
CMYK
RGB Variations
Color information
#905EC1 (or 0x905EC1) is known color: Amethyst. HEX triplet: 90, 5E and C1. RGB value is (144,94,193). Sum of RGB (Red+Green+Blue) = 144+94+193=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #905EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EC1 is #6FA13E. Grayscale: #777777. Windows color (decimal): -7315775 or 12672656. OLE color: 12672656.
HSL color Cylindrical-coordinate representation of color #905EC1: hue angle of 270.3º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905EC1 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 94 | 193 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.24 |
| HSL | 270.3º | 0.44% | 0.56% | - |
| HSV(B) | 270.3º | 0.51% | 0.76% | - |
| XYZ | 25.13 | 17.78 | 52.56 | - |
| YUV | 120.24 | 169.07 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 193 | 0.25 | 0.51 | 0 | 0.24 | 270.3 | 0.44 | 0.56 |
| Hex | 90 | 5E | C1 | 19 | 33 | 0 | 18 | 10E | 2C | 38 |
| Octal | 220 | 136 | 301 | 31 | 63 | 0 | 30 | 416 | 54 | 70 |
| Binary | 10010000 | 1011110 | 11000001 | 11001 | 110011 | 0 | 11000 | 100001110 | 101100 | 111000 |
Color Harmonies of #905EC1
Complementary color
Monochromatic Colors of #905EC1
Black with #905EC1
Text Example
Text Example
White with #905EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EC1; }
p { color: rgb(144,94,193); }
H1.HeaderClassName
{
color: #905EC1;
}
.AnyTagClassName
{
color: #905EC1;
}
</style>
background-color css
<style>
a { background-color: #905EC1; }
a { background-color: rgb(144,94,193); }
div.DivClassName
{
background-color: #905EC1;
}
.BgClassName
{
background-color: #905EC1;
}
</style>
border-color css
<style>
span { border-color: #905EC1; }
span { border-color: rgb(144,94,193); }
td.TdClassName
{
border-color: #905EC1;
}
.TagClassName
{
border-color: #905EC1;
}
</style>