Html Css Color HEX #944DDF Amethyst

📋 copy color: '#944DDF'

red 148 ◦ green 77 ◦ blue 223

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

Shades of Amethyst #944DDF

Tints of Amethyst #944DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 33.04%
G = 17.19%
B = 49.78%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#944DDF (or 0x944DDF) is known color: Amethyst. HEX triplet: 94, 4D and DF. RGB value is (148,77,223). Sum of RGB (Red+Green+Blue) = 148+77+223=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #944DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DDF is #6BB220. Grayscale: #727272. Windows color (decimal): -7057953 or 14634388. OLE color: 14634388.

HSL color Cylindrical-coordinate representation of color #944DDF: hue angle of 269.18º degrees, saturation: 0.7, 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 #944DDF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 77 223 -
CMYK 0.34 0.65 0 0.13
HSL 269.18º 0.7% 0.59% -
HSV(B) 269.18º 0.65% 0.87% -
XYZ 28.19 16.93 71.59 -
YUV 114.87 189.02 151.63 -
System Red Green Blue C M Y K H S L
Decimal 148 77 223 0.34 0.65 0 0.13 269.18 0.7 0.59
Hex 94 4D DF 22 41 0 D 10D 46 3B
Octal 224 115 337 42 101 0 15 415 106 73
Binary 10010100 1001101 11011111 100010 1000001 0 1101 100001101 1000110 111011

Color Harmonies of #944DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944DDF

Black with #944DDF

Text Example


Text Example

White with #944DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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