Html Css Color HEX #994CAA Deep Lilac

📋 copy color: '#994CAA'

red 153 ◦ green 76 ◦ blue 170

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

Shades of Deep Lilac #994CAA

Tints of Deep Lilac #994CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

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

R = 38.35%
G = 19.05%
B = 42.61%

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

#994CAA (or 0x994CAA) is known color: Deep Lilac. HEX triplet: 99, 4C and AA. RGB value is (153,76,170). Sum of RGB (Red+Green+Blue) = 153+76+170=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #994CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994CAA is #66B355. Grayscale: #6D6D6D. Windows color (decimal): -6730582 or 11160729. OLE color: 11160729.

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

Color convert

RGB 153 76 170 -
CMYK 0.1 0.55 0 0.33
HSL 289.15º 0.38% 0.48% -
HSV(B) 289.15º 0.55% 0.67% -
XYZ 22.98 14.84 39.68 -
YUV 109.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 153 76 170 0.1 0.55 0 0.33 289.15 0.38 0.48
Hex 99 4C AA A 37 0 21 121 26 30
Octal 231 114 252 12 67 0 41 441 46 60
Binary 10011001 1001100 10101010 1010 110111 0 100001 100100001 100110 110000

Color Harmonies of #994CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CAA

Black with #994CAA

Text Example


Text Example

White with #994CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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