Shades of Amethyst #905ECB
Tints of Amethyst #905ECB
RGB
CMYK
RGB Variations
Color information
#905ECB (or 0x905ECB) is known color: Amethyst. HEX triplet: 90, 5E and CB. RGB value is (144,94,203). Sum of RGB (Red+Green+Blue) = 144+94+203=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #905ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ECB is #6FA134. Grayscale: #787878. Windows color (decimal): -7315765 or 13328016. OLE color: 13328016.
HSL color Cylindrical-coordinate representation of color #905ECB: hue angle of 267.52º degrees, saturation: 0.51, 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 #905ECB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 94 | 203 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.20 |
| HSL | 267.52º | 0.51% | 0.58% | - |
| HSV(B) | 267.52º | 0.54% | 0.8% | - |
| XYZ | 26.28 | 18.25 | 58.64 | - |
| YUV | 121.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 203 | 0.29 | 0.54 | 0 | 0.20 | 267.52 | 0.51 | 0.58 |
| Hex | 90 | 5E | CB | 1D | 36 | 0 | 14 | 10C | 33 | 3A |
| Octal | 220 | 136 | 313 | 35 | 66 | 0 | 24 | 414 | 63 | 72 |
| Binary | 10010000 | 1011110 | 11001011 | 11101 | 110110 | 0 | 10100 | 100001100 | 110011 | 111010 |
Color Harmonies of #905ECB
Complementary color
Monochromatic Colors of #905ECB
Black with #905ECB
Text Example
Text Example
White with #905ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ECB; }
p { color: rgb(144,94,203); }
H1.HeaderClassName
{
color: #905ECB;
}
.AnyTagClassName
{
color: #905ECB;
}
</style>
background-color css
<style>
a { background-color: #905ECB; }
a { background-color: rgb(144,94,203); }
div.DivClassName
{
background-color: #905ECB;
}
.BgClassName
{
background-color: #905ECB;
}
</style>
border-color css
<style>
span { border-color: #905ECB; }
span { border-color: rgb(144,94,203); }
td.TdClassName
{
border-color: #905ECB;
}
.TagClassName
{
border-color: #905ECB;
}
</style>