#904BD9

Color #904BD9 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #904BD9

Tints of Amethyst #904BD9

Color information

#904BD9 (or 0x904BD9) is unknown color: approx Amethyst. HEX triplet: 90, 4B and D9. RGB value is (144,75,217). Sum of RGB (Red+Green+Blue) = 144+75+217=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #904BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904BD9 is #6FB426. Grayscale: #6F6F6F. Windows color (decimal): -7320615 or 14240656. OLE color: 14240656.

HSL color Cylindrical-coordinate representation of color #904BD9: hue angle of 269.15º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904BD9 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14475217-
CMYK0.340.6500.15
HSL269.15º65.14%57.25%-
HSV(B)269.15º65.44%85.1%-
XYZ26.5415.9767.33-
YUV111.82187.36150.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 217 (85.16% from 255) = 49.77%
R=33.03%
G=17.20%
B=49.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144752170.340.6500.15269.1565.1457.25
Hex904BD922410F10d4139
Octal2201133314210101741510171
Binary100100001001011110110011000101000001011111000011011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904BD9; }

 p { color: rgb(144,75,217); }

 H1.HeaderClassName
 {
   color: #904BD9;
 }
 .AnyTagClassName
 {
   color: #904BD9;
 }
</style>
background-color css

<style>
 a { background-color: #904BD9; }

 a { background-color: rgb(144,75,217); }

 div.DivClassName
 {
   background-color: #904BD9;
 }
 .BgClassName
 {
   background-color: #904BD9;
 }
</style>
border-color css

<style>
 span { border-color: #904BD9; }

 span { border-color: rgb(144,75,217); }

 td.TdClassName
 {
   border-color: #904BD9;
 }
 .TagClassName
 {
   border-color: #904BD9;
 }
</style>