Shades of Amethyst #904ED2
Tints of Amethyst #904ED2
RGB
CMYK
RGB Variations
Color information
#904ED2 (or 0x904ED2) is known color: Amethyst. HEX triplet: 90, 4E and D2. RGB value is (144,78,210). Sum of RGB (Red+Green+Blue) = 144+78+210=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #904ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ED2 is #6FB12D. Grayscale: #707070. Windows color (decimal): -7319854 or 13782672. OLE color: 13782672.
HSL color Cylindrical-coordinate representation of color #904ED2: hue angle of 270º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #904ED2 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 78 | 210 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.18 |
| HSL | 270º | 0.59% | 0.56% | - |
| HSV(B) | 270º | 0.63% | 0.82% | - |
| XYZ | 25.86 | 16.03 | 62.7 | - |
| YUV | 112.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 210 | 0.31 | 0.63 | 0 | 0.18 | 270 | 0.59 | 0.56 |
| Hex | 90 | 4E | D2 | 1F | 3F | 0 | 12 | 10E | 3B | 38 |
| Octal | 220 | 116 | 322 | 37 | 77 | 0 | 22 | 416 | 73 | 70 |
| Binary | 10010000 | 1001110 | 11010010 | 11111 | 111111 | 0 | 10010 | 100001110 | 111011 | 111000 |
Color Harmonies of #904ED2
Complementary color
Monochromatic Colors of #904ED2
Black with #904ED2
Text Example
Text Example
White with #904ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904ED2; }
p { color: rgb(144,78,210); }
H1.HeaderClassName
{
color: #904ED2;
}
.AnyTagClassName
{
color: #904ED2;
}
</style>
background-color css
<style>
a { background-color: #904ED2; }
a { background-color: rgb(144,78,210); }
div.DivClassName
{
background-color: #904ED2;
}
.BgClassName
{
background-color: #904ED2;
}
</style>
border-color css
<style>
span { border-color: #904ED2; }
span { border-color: rgb(144,78,210); }
td.TdClassName
{
border-color: #904ED2;
}
.TagClassName
{
border-color: #904ED2;
}
</style>