Shades of Amethyst #904FD0
Tints of Amethyst #904FD0
RGB
CMYK
RGB Variations
Color information
#904FD0 (or 0x904FD0) is known color: Amethyst. HEX triplet: 90, 4F and D0. RGB value is (144,79,208). Sum of RGB (Red+Green+Blue) = 144+79+208=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #904FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FD0 is #6FB02F. Grayscale: #707070. Windows color (decimal): -7319600 or 13651856. OLE color: 13651856.
HSL color Cylindrical-coordinate representation of color #904FD0: hue angle of 270.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904FD0 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 144 | 79 | 208 | - |
CMYK | 0.31 | 0.62 | 0 | 0.18 |
HSL | 270.23º | 0.58% | 0.56% | - |
HSV(B) | 270.23º | 0.62% | 0.82% | - |
XYZ | 25.68 | 16.08 | 61.42 | - |
YUV | 113.14 | 181.53 | 150.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 79 | 208 | 0.31 | 0.62 | 0 | 0.18 | 270.23 | 0.58 | 0.56 |
Hex | 90 | 4F | D0 | 1F | 3E | 0 | 12 | 10E | 3A | 38 |
Octal | 220 | 117 | 320 | 37 | 76 | 0 | 22 | 416 | 72 | 70 |
Binary | 10010000 | 1001111 | 11010000 | 11111 | 111110 | 0 | 10010 | 100001110 | 111010 | 111000 |
Color Harmonies of #904FD0
Complementary color
Monochromatic Colors of #904FD0
Black with #904FD0
Text Example
Text Example
White with #904FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FD0; }
p { color: rgb(144,79,208); }
H1.HeaderClassName
{
color: #904FD0;
}
.AnyTagClassName
{
color: #904FD0;
}
</style>
background-color css
<style>
a { background-color: #904FD0; }
a { background-color: rgb(144,79,208); }
div.DivClassName
{
background-color: #904FD0;
}
.BgClassName
{
background-color: #904FD0;
}
</style>
border-color css
<style>
span { border-color: #904FD0; }
span { border-color: rgb(144,79,208); }
td.TdClassName
{
border-color: #904FD0;
}
.TagClassName
{
border-color: #904FD0;
}
</style>