Html Css Color HEX #944DAB Deep Lilac

📋 copy color: '#944DAB'

red 148 ◦ green 77 ◦ blue 171

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

Shades of Deep Lilac #944DAB

Tints of Deep Lilac #944DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 37.37%
G = 19.44%
B = 43.18%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#944DAB (or 0x944DAB) is known color: Deep Lilac. HEX triplet: 94, 4D and AB. RGB value is (148,77,171). Sum of RGB (Red+Green+Blue) = 148+77+171=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #944DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944DAB is #6BB254. Grayscale: #6C6C6C. Windows color (decimal): -7058005 or 11226516. OLE color: 11226516.

HSL color Cylindrical-coordinate representation of color #944DAB: hue angle of 285.32º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944DAB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 77 171 -
CMYK 0.13 0.55 0 0.33
HSL 285.32º 0.38% 0.49% -
HSV(B) 285.32º 0.55% 0.67% -
XYZ 22.22 14.54 40.16 -
YUV 108.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 148 77 171 0.13 0.55 0 0.33 285.32 0.38 0.49
Hex 94 4D AB D 37 0 21 11D 26 31
Octal 224 115 253 15 67 0 41 435 46 61
Binary 10010100 1001101 10101011 1101 110111 0 100001 100011101 100110 110001

Color Harmonies of #944DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944DAB

Black with #944DAB

Text Example


Text Example

White with #944DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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