Html Css Color HEX #944DDC Amethyst

📋 copy color: '#944DDC'

red 148 ◦ green 77 ◦ blue 220

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

Shades of Amethyst #944DDC

Tints of Amethyst #944DDC

RGB

 RED value IS 148 (58.2% from 255) = 33.26%

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

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

R = 33.26%
G = 17.3%
B = 49.44%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#944DDC (or 0x944DDC) is known color: Amethyst. HEX triplet: 94, 4D and DC. RGB value is (148,77,220). Sum of RGB (Red+Green+Blue) = 148+77+220=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #944DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DDC is #6BB223. Grayscale: #727272. Windows color (decimal): -7057956 or 14437780. OLE color: 14437780.

HSL color Cylindrical-coordinate representation of color #944DDC: hue angle of 269.79º 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 #944DDC is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 77 220 -
CMYK 0.33 0.65 0 0.14
HSL 269.79º 0.67% 0.58% -
HSV(B) 269.79º 0.65% 0.86% -
XYZ 27.78 16.77 69.48 -
YUV 114.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 148 77 220 0.33 0.65 0 0.14 269.79 0.67 0.58
Hex 94 4D DC 21 41 0 E 10E 43 3A
Octal 224 115 334 41 101 0 16 416 103 72
Binary 10010100 1001101 11011100 100001 1000001 0 1110 100001110 1000011 111010

Color Harmonies of #944DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944DDC

Black with #944DDC

Text Example


Text Example

White with #944DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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