Shades of Amethyst #905EC4
Tints of Amethyst #905EC4
RGB
CMYK
RGB Variations
Color information
#905EC4 (or 0x905EC4) is known color: Amethyst. HEX triplet: 90, 5E and C4. RGB value is (144,94,196). Sum of RGB (Red+Green+Blue) = 144+94+196=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #905EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EC4 is #6FA13B. Grayscale: #787878. Windows color (decimal): -7315772 or 12869264. OLE color: 12869264.
HSL color Cylindrical-coordinate representation of color #905EC4: hue angle of 269.41º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #905EC4 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 94 | 196 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.23 |
| HSL | 269.41º | 0.46% | 0.57% | - |
| HSV(B) | 269.41º | 0.52% | 0.77% | - |
| XYZ | 25.47 | 17.92 | 54.34 | - |
| YUV | 120.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 196 | 0.27 | 0.52 | 0 | 0.23 | 269.41 | 0.46 | 0.57 |
| Hex | 90 | 5E | C4 | 1B | 34 | 0 | 17 | 10D | 2E | 39 |
| Octal | 220 | 136 | 304 | 33 | 64 | 0 | 27 | 415 | 56 | 71 |
| Binary | 10010000 | 1011110 | 11000100 | 11011 | 110100 | 0 | 10111 | 100001101 | 101110 | 111001 |
Color Harmonies of #905EC4
Complementary color
Monochromatic Colors of #905EC4
Black with #905EC4
Text Example
Text Example
White with #905EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EC4; }
p { color: rgb(144,94,196); }
H1.HeaderClassName
{
color: #905EC4;
}
.AnyTagClassName
{
color: #905EC4;
}
</style>
background-color css
<style>
a { background-color: #905EC4; }
a { background-color: rgb(144,94,196); }
div.DivClassName
{
background-color: #905EC4;
}
.BgClassName
{
background-color: #905EC4;
}
</style>
border-color css
<style>
span { border-color: #905EC4; }
span { border-color: rgb(144,94,196); }
td.TdClassName
{
border-color: #905EC4;
}
.TagClassName
{
border-color: #905EC4;
}
</style>