Shades of Amethyst #905ED4
Tints of Amethyst #905ED4
RGB
CMYK
RGB Variations
Color information
#905ED4 (or 0x905ED4) is known color: Amethyst. HEX triplet: 90, 5E and D4. RGB value is (144,94,212). Sum of RGB (Red+Green+Blue) = 144+94+212=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #905ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ED4 is #6FA12B. Grayscale: #797979. Windows color (decimal): -7315756 or 13917840. OLE color: 13917840.
HSL color Cylindrical-coordinate representation of color #905ED4: hue angle of 265.42º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #905ED4 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 94 | 212 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.17 |
| HSL | 265.42º | 0.58% | 0.6% | - |
| HSV(B) | 265.42º | 0.56% | 0.83% | - |
| XYZ | 27.39 | 18.69 | 64.45 | - |
| YUV | 122.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 212 | 0.32 | 0.56 | 0 | 0.17 | 265.42 | 0.58 | 0.6 |
| Hex | 90 | 5E | D4 | 20 | 38 | 0 | 11 | 109 | 3A | 3C |
| Octal | 220 | 136 | 324 | 40 | 70 | 0 | 21 | 411 | 72 | 74 |
| Binary | 10010000 | 1011110 | 11010100 | 100000 | 111000 | 0 | 10001 | 100001001 | 111010 | 111100 |
Color Harmonies of #905ED4
Complementary color
Monochromatic Colors of #905ED4
Black with #905ED4
Text Example
Text Example
White with #905ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ED4; }
p { color: rgb(144,94,212); }
H1.HeaderClassName
{
color: #905ED4;
}
.AnyTagClassName
{
color: #905ED4;
}
</style>
background-color css
<style>
a { background-color: #905ED4; }
a { background-color: rgb(144,94,212); }
div.DivClassName
{
background-color: #905ED4;
}
.BgClassName
{
background-color: #905ED4;
}
</style>
border-color css
<style>
span { border-color: #905ED4; }
span { border-color: rgb(144,94,212); }
td.TdClassName
{
border-color: #905ED4;
}
.TagClassName
{
border-color: #905ED4;
}
</style>