Html Css Color HEX #994DAD Deep Lilac

📋 copy color: '#994DAD'

red 153 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #994DAD

Tints of Deep Lilac #994DAD

RGB

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

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

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

R = 37.97%
G = 19.11%
B = 42.93%

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

#994DAD (or 0x994DAD) is known color: Deep Lilac. HEX triplet: 99, 4D and AD. RGB value is (153,77,173). Sum of RGB (Red+Green+Blue) = 153+77+173=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #994DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994DAD is #66B252. Grayscale: #6E6E6E. Windows color (decimal): -6730323 or 11357593. OLE color: 11357593.

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

Color convert

RGB 153 77 173 -
CMYK 0.12 0.55 0 0.32
HSL 287.5º 0.38% 0.49% -
HSV(B) 287.5º 0.55% 0.68% -
XYZ 23.33 15.1 41.22 -
YUV 110.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 153 77 173 0.12 0.55 0 0.32 287.5 0.38 0.49
Hex 99 4D AD C 37 0 20 120 26 31
Octal 231 115 255 14 67 0 40 440 46 61
Binary 10011001 1001101 10101101 1100 110111 0 100000 100100000 100110 110001

Color Harmonies of #994DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DAD

Black with #994DAD

Text Example


Text Example

White with #994DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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