Html Css Color HEX #904DD6 Amethyst

📋 copy color: '#904DD6'

red 144 ◦ green 77 ◦ blue 214

#904DD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #904DD6

Tints of Amethyst #904DD6

RGB

 RED value IS 144 (56.64% from 255) = 33.1%

 GREEN value IS 77 (30.47% from 255) = 17.7%

 BLUE value IS 214 (83.98% from 255) = 49.2%

R = 33.1%
G = 17.7%
B = 49.2%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#904DD6 (or 0x904DD6) is known color: Amethyst. HEX triplet: 90, 4D and D6. RGB value is (144,77,214). Sum of RGB (Red+Green+Blue) = 144+77+214=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #904DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DD6 is #6FB229. Grayscale: #707070. Windows color (decimal): -7320106 or 14044560. OLE color: 14044560.

HSL color Cylindrical-coordinate representation of color #904DD6: hue angle of 269.34º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904DD6 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 77 214 -
CMYK 0.33 0.64 0 0.16
HSL 269.34º 0.63% 0.57% -
HSV(B) 269.34º 0.64% 0.84% -
XYZ 26.29 16.09 65.34 -
YUV 112.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 144 77 214 0.33 0.64 0 0.16 269.34 0.63 0.57
Hex 90 4D D6 21 40 0 10 10D 3F 39
Octal 220 115 326 41 100 0 20 415 77 71
Binary 10010000 1001101 11010110 100001 1000000 0 10000 100001101 111111 111001

Color Harmonies of #904DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DD6

Black with #904DD6

Text Example


Text Example

White with #904DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,77,214); }

 H1.HeaderClassName
 {
   color: #904DD6;
 }
 .AnyTagClassName
 {
   color: #904DD6;
 }
</style>

background-color css

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

 a { background-color: rgb(144,77,214); }

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

border-color css

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

 span { border-color: rgb(144,77,214); }

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