Html Css Color HEX #994EAC Deep Lilac

📋 copy color: '#994EAC'

red 153 ◦ green 78 ◦ blue 172

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

Shades of Deep Lilac #994EAC

Tints of Deep Lilac #994EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 37.97%
G = 19.35%
B = 42.68%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#994EAC (or 0x994EAC) is known color: Deep Lilac. HEX triplet: 99, 4E and AC. RGB value is (153,78,172). Sum of RGB (Red+Green+Blue) = 153+78+172=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #994EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994EAC is #66B153. Grayscale: #6E6E6E. Windows color (decimal): -6730068 or 11292313. OLE color: 11292313.

HSL color Cylindrical-coordinate representation of color #994EAC: hue angle of 287.87º 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 #994EAC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 78 172 -
CMYK 0.11 0.55 0 0.33
HSL 287.87º 0.38% 0.49% -
HSV(B) 287.87º 0.55% 0.67% -
XYZ 23.31 15.2 40.74 -
YUV 111.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 153 78 172 0.11 0.55 0 0.33 287.87 0.38 0.49
Hex 99 4E AC B 37 0 21 120 26 31
Octal 231 116 254 13 67 0 41 440 46 61
Binary 10011001 1001110 10101100 1011 110111 0 100001 100100000 100110 110001

Color Harmonies of #994EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EAC

Black with #994EAC

Text Example


Text Example

White with #994EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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