Shades of Amethyst #905EC3
Tints of Amethyst #905EC3
RGB
CMYK
RGB Variations
Color information
#905EC3 (or 0x905EC3) is known color: Amethyst. HEX triplet: 90, 5E and C3. RGB value is (144,94,195). Sum of RGB (Red+Green+Blue) = 144+94+195=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #905EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EC3 is #6FA13C. Grayscale: #787878. Windows color (decimal): -7315773 or 12803728. OLE color: 12803728.
HSL color Cylindrical-coordinate representation of color #905EC3: hue angle of 269.7º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #905EC3 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 94 | 195 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.24 |
| HSL | 269.7º | 0.46% | 0.57% | - |
| HSV(B) | 269.7º | 0.52% | 0.76% | - |
| XYZ | 25.35 | 17.87 | 53.74 | - |
| YUV | 120.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 195 | 0.26 | 0.52 | 0 | 0.24 | 269.7 | 0.46 | 0.57 |
| Hex | 90 | 5E | C3 | 1A | 34 | 0 | 18 | 10E | 2E | 39 |
| Octal | 220 | 136 | 303 | 32 | 64 | 0 | 30 | 416 | 56 | 71 |
| Binary | 10010000 | 1011110 | 11000011 | 11010 | 110100 | 0 | 11000 | 100001110 | 101110 | 111001 |
Color Harmonies of #905EC3
Complementary color
Monochromatic Colors of #905EC3
Black with #905EC3
Text Example
Text Example
White with #905EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EC3; }
p { color: rgb(144,94,195); }
H1.HeaderClassName
{
color: #905EC3;
}
.AnyTagClassName
{
color: #905EC3;
}
</style>
background-color css
<style>
a { background-color: #905EC3; }
a { background-color: rgb(144,94,195); }
div.DivClassName
{
background-color: #905EC3;
}
.BgClassName
{
background-color: #905EC3;
}
</style>
border-color css
<style>
span { border-color: #905EC3; }
span { border-color: rgb(144,94,195); }
td.TdClassName
{
border-color: #905EC3;
}
.TagClassName
{
border-color: #905EC3;
}
</style>