Html Css Color HEX #944DAE Deep Lilac

📋 copy color: '#944DAE'

red 148 ◦ green 77 ◦ blue 174

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

Shades of Deep Lilac #944DAE

Tints of Deep Lilac #944DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.61%

R = 37.09%
G = 19.3%
B = 43.61%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#944DAE (or 0x944DAE) is known color: Deep Lilac. HEX triplet: 94, 4D and AE. RGB value is (148,77,174). Sum of RGB (Red+Green+Blue) = 148+77+174=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #944DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944DAE is #6BB251. Grayscale: #6C6C6C. Windows color (decimal): -7058002 or 11423124. OLE color: 11423124.

HSL color Cylindrical-coordinate representation of color #944DAE: hue angle of 283.92º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944DAE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 77 174 -
CMYK 0.15 0.56 0 0.32
HSL 283.92º 0.39% 0.49% -
HSV(B) 283.92º 0.56% 0.68% -
XYZ 22.51 14.66 41.69 -
YUV 109.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 148 77 174 0.15 0.56 0 0.32 283.92 0.39 0.49
Hex 94 4D AE F 38 0 20 11C 27 31
Octal 224 115 256 17 70 0 40 434 47 61
Binary 10010100 1001101 10101110 1111 111000 0 100000 100011100 100111 110001

Color Harmonies of #944DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944DAE

Black with #944DAE

Text Example


Text Example

White with #944DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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