Shades of Amethyst #905ECC
Tints of Amethyst #905ECC
RGB
CMYK
RGB Variations
Color information
#905ECC (or 0x905ECC) is known color: Amethyst. HEX triplet: 90, 5E and CC. RGB value is (144,94,204). Sum of RGB (Red+Green+Blue) = 144+94+204=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #905ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ECC is #6FA133. Grayscale: #797979. Windows color (decimal): -7315764 or 13393552. OLE color: 13393552.
HSL color Cylindrical-coordinate representation of color #905ECC: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #905ECC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 94 | 204 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.2 |
| HSL | 267.27º | 0.52% | 0.58% | - |
| HSV(B) | 267.27º | 0.54% | 0.8% | - |
| XYZ | 26.4 | 18.29 | 59.27 | - |
| YUV | 121.49 | 174.57 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 204 | 0.29 | 0.54 | 0 | 0.2 | 267.27 | 0.52 | 0.58 |
| Hex | 90 | 5E | CC | 1D | 36 | 0 | 14 | 10B | 34 | 3A |
| Octal | 220 | 136 | 314 | 35 | 66 | 0 | 24 | 413 | 64 | 72 |
| Binary | 10010000 | 1011110 | 11001100 | 11101 | 110110 | 0 | 10100 | 100001011 | 110100 | 111010 |
Color Harmonies of #905ECC
Complementary color
Monochromatic Colors of #905ECC
Black with #905ECC
Text Example
Text Example
White with #905ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ECC; }
p { color: rgb(144,94,204); }
H1.HeaderClassName
{
color: #905ECC;
}
.AnyTagClassName
{
color: #905ECC;
}
</style>
background-color css
<style>
a { background-color: #905ECC; }
a { background-color: rgb(144,94,204); }
div.DivClassName
{
background-color: #905ECC;
}
.BgClassName
{
background-color: #905ECC;
}
</style>
border-color css
<style>
span { border-color: #905ECC; }
span { border-color: rgb(144,94,204); }
td.TdClassName
{
border-color: #905ECC;
}
.TagClassName
{
border-color: #905ECC;
}
</style>