Html Css Color HEX #904DDC Amethyst

📋 copy color: '#904DDC'

red 144 ◦ green 77 ◦ blue 220

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

Shades of Amethyst #904DDC

Tints of Amethyst #904DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 32.65%
G = 17.46%
B = 49.89%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#904DDC (or 0x904DDC) is known color: Amethyst. HEX triplet: 90, 4D and DC. RGB value is (144,77,220). Sum of RGB (Red+Green+Blue) = 144+77+220=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #904DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DDC is #6FB223. Grayscale: #707070. Windows color (decimal): -7320100 or 14437776. OLE color: 14437776.

HSL color Cylindrical-coordinate representation of color #904DDC: hue angle of 268.11º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904DDC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 77 220 -
CMYK 0.35 0.65 0 0.14
HSL 268.11º 0.67% 0.58% -
HSV(B) 268.11º 0.65% 0.86% -
XYZ 27.07 16.4 69.45 -
YUV 113.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 144 77 220 0.35 0.65 0 0.14 268.11 0.67 0.58
Hex 90 4D DC 23 41 0 E 10C 43 3A
Octal 220 115 334 43 101 0 16 414 103 72
Binary 10010000 1001101 11011100 100011 1000001 0 1110 100001100 1000011 111010

Color Harmonies of #904DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DDC

Black with #904DDC

Text Example


Text Example

White with #904DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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