Html Css Color HEX #994DAA Deep Lilac

📋 copy color: '#994DAA'

red 153 ◦ green 77 ◦ blue 170

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

Shades of Deep Lilac #994DAA

Tints of Deep Lilac #994DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 38.25%
G = 19.25%
B = 42.5%

CMYK

 C value IS 0.1

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#994DAA (or 0x994DAA) is known color: Deep Lilac. HEX triplet: 99, 4D and AA. RGB value is (153,77,170). Sum of RGB (Red+Green+Blue) = 153+77+170=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #994DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994DAA is #66B255. Grayscale: #6E6E6E. Windows color (decimal): -6730326 or 11160985. OLE color: 11160985.

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

Color convert

RGB 153 77 170 -
CMYK 0.1 0.55 0 0.33
HSL 289.03º 0.38% 0.48% -
HSV(B) 289.03º 0.55% 0.67% -
XYZ 23.05 14.98 39.71 -
YUV 110.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 153 77 170 0.1 0.55 0 0.33 289.03 0.38 0.48
Hex 99 4D AA A 37 0 21 121 26 30
Octal 231 115 252 12 67 0 41 441 46 60
Binary 10011001 1001101 10101010 1010 110111 0 100001 100100001 100110 110000

Color Harmonies of #994DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DAA

Black with #994DAA

Text Example


Text Example

White with #994DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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