Html Css Color HEX #944CDE Amethyst

📋 copy color: '#944CDE'

red 148 ◦ green 76 ◦ blue 222

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

Shades of Amethyst #944CDE

Tints of Amethyst #944CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.04%

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

R = 33.18%
G = 17.04%
B = 49.78%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#944CDE (or 0x944CDE) is known color: Amethyst. HEX triplet: 94, 4C and DE. RGB value is (148,76,222). Sum of RGB (Red+Green+Blue) = 148+76+222=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #944CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CDE is #6BB321. Grayscale: #717171. Windows color (decimal): -7058210 or 14568596. OLE color: 14568596.

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

Color convert

RGB 148 76 222 -
CMYK 0.33 0.66 0 0.13
HSL 269.59º 0.69% 0.58% -
HSV(B) 269.59º 0.66% 0.87% -
XYZ 27.98 16.74 70.86 -
YUV 114.17 188.85 152.13 -
System Red Green Blue C M Y K H S L
Decimal 148 76 222 0.33 0.66 0 0.13 269.59 0.69 0.58
Hex 94 4C DE 21 42 0 D 10E 45 3A
Octal 224 114 336 41 102 0 15 416 105 72
Binary 10010100 1001100 11011110 100001 1000010 0 1101 100001110 1000101 111010

Color Harmonies of #944CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CDE

Black with #944CDE

Text Example


Text Example

White with #944CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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