Html Css Color HEX #994AB9 Deep Lilac

📋 copy color: '#994AB9'

red 153 ◦ green 74 ◦ blue 185

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

Shades of Deep Lilac #994AB9

Tints of Deep Lilac #994AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 37.14%
G = 17.96%
B = 44.9%

CMYK

 C value IS 0.17

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#994AB9 (or 0x994AB9) is known color: Deep Lilac. HEX triplet: 99, 4A and B9. RGB value is (153,74,185). Sum of RGB (Red+Green+Blue) = 153+74+185=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #994AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AB9 is #66B546. Grayscale: #6D6D6D. Windows color (decimal): -6731079 or 12143257. OLE color: 12143257.

HSL color Cylindrical-coordinate representation of color #994AB9: hue angle of 282.7º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994AB9 is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 74 185 -
CMYK 0.17 0.6 0 0.27
HSL 282.7º 0.44% 0.51% -
HSV(B) 282.7º 0.6% 0.73% -
XYZ 24.34 15.17 47.54 -
YUV 110.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 153 74 185 0.17 0.6 0 0.27 282.7 0.44 0.51
Hex 99 4A B9 11 3C 0 1B 11B 2C 33
Octal 231 112 271 21 74 0 33 433 54 63
Binary 10011001 1001010 10111001 10001 111100 0 11011 100011011 101100 110011

Color Harmonies of #994AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994AB9

Black with #994AB9

Text Example


Text Example

White with #994AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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