Html Css Color HEX #994AAB Deep Lilac

📋 copy color: '#994AAB'

red 153 ◦ green 74 ◦ blue 171

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

Shades of Deep Lilac #994AAB

Tints of Deep Lilac #994AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 38.44%
G = 18.59%
B = 42.96%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#994AAB (or 0x994AAB) is known color: Deep Lilac. HEX triplet: 99, 4A and AB. RGB value is (153,74,171). Sum of RGB (Red+Green+Blue) = 153+74+171=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #994AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994AAB is #66B554. Grayscale: #6C6C6C. Windows color (decimal): -6731093 or 11225753. OLE color: 11225753.

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

Color convert

RGB 153 74 171 -
CMYK 0.11 0.57 0 0.33
HSL 288.87º 0.4% 0.48% -
HSV(B) 288.87º 0.57% 0.67% -
XYZ 22.94 14.61 40.14 -
YUV 108.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 153 74 171 0.11 0.57 0 0.33 288.87 0.4 0.48
Hex 99 4A AB B 39 0 21 121 28 30
Octal 231 112 253 13 71 0 41 441 50 60
Binary 10011001 1001010 10101011 1011 111001 0 100001 100100001 101000 110000

Color Harmonies of #994AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994AAB

Black with #994AAB

Text Example


Text Example

White with #994AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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