Html Css Color HEX #994DAC Deep Lilac

📋 copy color: '#994DAC'

red 153 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #994DAC

Tints of Deep Lilac #994DAC

RGB

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

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

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

R = 38.06%
G = 19.15%
B = 42.79%

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

#994DAC (or 0x994DAC) is known color: Deep Lilac. HEX triplet: 99, 4D and AC. RGB value is (153,77,172). Sum of RGB (Red+Green+Blue) = 153+77+172=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #994DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994DAC is #66B253. Grayscale: #6E6E6E. Windows color (decimal): -6730324 or 11292057. OLE color: 11292057.

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

Color convert

RGB 153 77 172 -
CMYK 0.11 0.55 0 0.33
HSL 288º 0.38% 0.49% -
HSV(B) 288º 0.55% 0.67% -
XYZ 23.24 15.06 40.71 -
YUV 110.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 153 77 172 0.11 0.55 0 0.33 288 0.38 0.49
Hex 99 4D AC B 37 0 21 120 26 31
Octal 231 115 254 13 67 0 41 440 46 61
Binary 10011001 1001101 10101100 1011 110111 0 100001 100100000 100110 110001

Color Harmonies of #994DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DAC

Black with #994DAC

Text Example


Text Example

White with #994DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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