Html Css Color HEX #994EAD Deep Lilac

📋 copy color: '#994EAD'

red 153 ◦ green 78 ◦ blue 173

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

Shades of Deep Lilac #994EAD

Tints of Deep Lilac #994EAD

RGB

 RED value IS 153 (60.16% from 255) = 37.87%

 GREEN value IS 78 (30.86% from 255) = 19.31%

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

R = 37.87%
G = 19.31%
B = 42.82%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#994EAD (or 0x994EAD) is known color: Deep Lilac. HEX triplet: 99, 4E and AD. RGB value is (153,78,173). Sum of RGB (Red+Green+Blue) = 153+78+173=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #994EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994EAD is #66B152. Grayscale: #6E6E6E. Windows color (decimal): -6730067 or 11357849. OLE color: 11357849.

HSL color Cylindrical-coordinate representation of color #994EAD: hue angle of 287.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994EAD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 78 173 -
CMYK 0.12 0.55 0 0.32
HSL 287.37º 0.38% 0.49% -
HSV(B) 287.37º 0.55% 0.68% -
XYZ 23.4 15.24 41.24 -
YUV 111.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 153 78 173 0.12 0.55 0 0.32 287.37 0.38 0.49
Hex 99 4E AD C 37 0 20 11F 26 31
Octal 231 116 255 14 67 0 40 437 46 61
Binary 10011001 1001110 10101101 1100 110111 0 100000 100011111 100110 110001

Color Harmonies of #994EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EAD

Black with #994EAD

Text Example


Text Example

White with #994EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994EAD; }

 p { color: rgb(153,78,173); }

 H1.HeaderClassName
 {
   color: #994EAD;
 }
 .AnyTagClassName
 {
   color: #994EAD;
 }
</style>

background-color css

<style>
 a { background-color: #994EAD; }

 a { background-color: rgb(153,78,173); }

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

border-color css

<style>
 span { border-color: #994EAD; }

 span { border-color: rgb(153,78,173); }

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