Html Css Color HEX #944EDE Amethyst

📋 copy color: '#944EDE'

red 148 ◦ green 78 ◦ blue 222

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

Shades of Amethyst #944EDE

Tints of Amethyst #944EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

 BLUE value IS 222 (87.11% from 255) = 49.55%

R = 33.04%
G = 17.41%
B = 49.55%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#944EDE (or 0x944EDE) is known color: Amethyst. HEX triplet: 94, 4E and DE. RGB value is (148,78,222). Sum of RGB (Red+Green+Blue) = 148+78+222=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #944EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944EDE is #6BB121. Grayscale: #727272. Windows color (decimal): -7057698 or 14569108. OLE color: 14569108.

HSL color Cylindrical-coordinate representation of color #944EDE: hue angle of 269.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #944EDE is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 78 222 -
CMYK 0.33 0.65 0 0.13
HSL 269.17º 0.69% 0.59% -
HSV(B) 269.17º 0.65% 0.87% -
XYZ 28.12 17.02 70.91 -
YUV 115.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 148 78 222 0.33 0.65 0 0.13 269.17 0.69 0.59
Hex 94 4E DE 21 41 0 D 10D 45 3B
Octal 224 116 336 41 101 0 15 415 105 73
Binary 10010100 1001110 11011110 100001 1000001 0 1101 100001101 1000101 111011

Color Harmonies of #944EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944EDE

Black with #944EDE

Text Example


Text Example

White with #944EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,78,222); }

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

background-color css

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

 a { background-color: rgb(148,78,222); }

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

border-color css

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

 span { border-color: rgb(148,78,222); }

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