Html Css Color HEX #944DC4 Deep Lilac

📋 copy color: '#944DC4'

red 148 ◦ green 77 ◦ blue 196

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

Shades of Deep Lilac #944DC4

Tints of Deep Lilac #944DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.56%

R = 35.15%
G = 18.29%
B = 46.56%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#944DC4 (or 0x944DC4) is known color: Deep Lilac. HEX triplet: 94, 4D and C4. RGB value is (148,77,196). Sum of RGB (Red+Green+Blue) = 148+77+196=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #944DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DC4 is #6BB23B. Grayscale: #6F6F6F. Windows color (decimal): -7057980 or 12864916. OLE color: 12864916.

HSL color Cylindrical-coordinate representation of color #944DC4: hue angle of 275.8º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #944DC4 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 77 196 -
CMYK 0.24 0.61 0 0.23
HSL 275.8º 0.5% 0.54% -
HSV(B) 275.8º 0.61% 0.77% -
XYZ 24.83 15.59 53.92 -
YUV 111.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 148 77 196 0.24 0.61 0 0.23 275.8 0.5 0.54
Hex 94 4D C4 18 3D 0 17 114 32 36
Octal 224 115 304 30 75 0 27 424 62 66
Binary 10010100 1001101 11000100 11000 111101 0 10111 100010100 110010 110110

Color Harmonies of #944DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944DC4

Black with #944DC4

Text Example


Text Example

White with #944DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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