#944ED6

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

Shades of Amethyst #944ED6

Tints of Amethyst #944ED6

Color information

#944ED6 (or 0x944ED6) is unknown color: approx Amethyst. HEX triplet: 94, 4E and D6. RGB value is (148,78,214). Sum of RGB (Red+Green+Blue) = 148+78+214=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #944ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944ED6 is #6BB129. Grayscale: #717171. Windows color (decimal): -7057706 or 14044820. OLE color: 14044820.

HSL color Cylindrical-coordinate representation of color #944ED6: hue angle of 270.88º degrees, saturation: 0.62, 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 #944ED6 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14878214-
CMYK0.310.6400.16
HSL270.88º62.39%57.25%-
HSV(B)270.88º63.55%83.92%-
XYZ27.0716.665.4-
YUV114.43184.19151.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 78 (30.86% from 255) = 17.73%
BLUE value IS 214 (83.98% from 255) = 48.64%
R=33.64%
G=17.73%
B=48.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148782140.310.6400.16270.8862.3957.25
Hex944ED61F4001010f3e39
Octal224116326371000204177671
Binary10010100100111011010110111111000000010000100001111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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