Html Css Color HEX #944FAD Deep Lilac

📋 copy color: '#944FAD'

red 148 ◦ green 79 ◦ blue 173

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

Shades of Deep Lilac #944FAD

Tints of Deep Lilac #944FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.75%

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 37%
G = 19.75%
B = 43.25%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#944FAD (or 0x944FAD) is known color: Deep Lilac. HEX triplet: 94, 4F and AD. RGB value is (148,79,173). Sum of RGB (Red+Green+Blue) = 148+79+173=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #944FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944FAD is #6BB052. Grayscale: #6E6E6E. Windows color (decimal): -7057491 or 11358100. OLE color: 11358100.

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

Color convert

RGB 148 79 173 -
CMYK 0.14 0.54 0 0.32
HSL 284.04º 0.37% 0.49% -
HSV(B) 284.04º 0.54% 0.68% -
XYZ 22.55 14.9 41.22 -
YUV 110.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 148 79 173 0.14 0.54 0 0.32 284.04 0.37 0.49
Hex 94 4F AD E 36 0 20 11C 25 31
Octal 224 117 255 16 66 0 40 434 45 61
Binary 10010100 1001111 10101101 1110 110110 0 100000 100011100 100101 110001

Color Harmonies of #944FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944FAD

Black with #944FAD

Text Example


Text Example

White with #944FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,79,173); }

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

background-color css

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

 a { background-color: rgb(148,79,173); }

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

border-color css

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

 span { border-color: rgb(148,79,173); }

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