Shades of Amethyst #905ECF
Tints of Amethyst #905ECF
RGB
CMYK
RGB Variations
Color information
#905ECF (or 0x905ECF) is known color: Amethyst. HEX triplet: 90, 5E and CF. RGB value is (144,94,207). Sum of RGB (Red+Green+Blue) = 144+94+207=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #905ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ECF is #6FA130. Grayscale: #797979. Windows color (decimal): -7315761 or 13590160. OLE color: 13590160.
HSL color Cylindrical-coordinate representation of color #905ECF: hue angle of 266.55º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #905ECF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 94 | 207 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.19 |
| HSL | 266.55º | 0.54% | 0.59% | - |
| HSV(B) | 266.55º | 0.55% | 0.81% | - |
| XYZ | 26.77 | 18.44 | 61.18 | - |
| YUV | 121.83 | 176.07 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 207 | 0.30 | 0.55 | 0 | 0.19 | 266.55 | 0.54 | 0.59 |
| Hex | 90 | 5E | CF | 1E | 37 | 0 | 13 | 10B | 36 | 3B |
| Octal | 220 | 136 | 317 | 36 | 67 | 0 | 23 | 413 | 66 | 73 |
| Binary | 10010000 | 1011110 | 11001111 | 11110 | 110111 | 0 | 10011 | 100001011 | 110110 | 111011 |
Color Harmonies of #905ECF
Complementary color
Monochromatic Colors of #905ECF
Black with #905ECF
Text Example
Text Example
White with #905ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ECF; }
p { color: rgb(144,94,207); }
H1.HeaderClassName
{
color: #905ECF;
}
.AnyTagClassName
{
color: #905ECF;
}
</style>
background-color css
<style>
a { background-color: #905ECF; }
a { background-color: rgb(144,94,207); }
div.DivClassName
{
background-color: #905ECF;
}
.BgClassName
{
background-color: #905ECF;
}
</style>
border-color css
<style>
span { border-color: #905ECF; }
span { border-color: rgb(144,94,207); }
td.TdClassName
{
border-color: #905ECF;
}
.TagClassName
{
border-color: #905ECF;
}
</style>