Html Css Color HEX #994AB6 Deep Lilac

📋 copy color: '#994AB6'

red 153 ◦ green 74 ◦ blue 182

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

Shades of Deep Lilac #994AB6

Tints of Deep Lilac #994AB6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

 BLUE value IS 182 (71.48% from 255) = 44.5%

R = 37.41%
G = 18.09%
B = 44.5%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#994AB6 (or 0x994AB6) is known color: Deep Lilac. HEX triplet: 99, 4A and B6. RGB value is (153,74,182). Sum of RGB (Red+Green+Blue) = 153+74+182=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #994AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AB6 is #66B549. Grayscale: #6D6D6D. Windows color (decimal): -6731082 or 11946649. OLE color: 11946649.

HSL color Cylindrical-coordinate representation of color #994AB6: hue angle of 283.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994AB6 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 74 182 -
CMYK 0.16 0.59 0 0.29
HSL 283.89º 0.43% 0.5% -
HSV(B) 283.89º 0.59% 0.71% -
XYZ 24.03 15.05 45.89 -
YUV 109.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 153 74 182 0.16 0.59 0 0.29 283.89 0.43 0.5
Hex 99 4A B6 10 3B 0 1D 11C 2B 32
Octal 231 112 266 20 73 0 35 434 53 62
Binary 10011001 1001010 10110110 10000 111011 0 11101 100011100 101011 110010

Color Harmonies of #994AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994AB6

Black with #994AB6

Text Example


Text Example

White with #994AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,74,182); }

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

background-color css

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

 a { background-color: rgb(153,74,182); }

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

border-color css

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

 span { border-color: rgb(153,74,182); }

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