Html Css Color HEX #994DB9 Deep Lilac

📋 copy color: '#994DB9'

red 153 ◦ green 77 ◦ blue 185

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

Shades of Deep Lilac #994DB9

Tints of Deep Lilac #994DB9

RGB

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

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

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

R = 36.87%
G = 18.55%
B = 44.58%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#994DB9 (or 0x994DB9) is known color: Deep Lilac. HEX triplet: 99, 4D and B9. RGB value is (153,77,185). Sum of RGB (Red+Green+Blue) = 153+77+185=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #994DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DB9 is #66B246. Grayscale: #6F6F6F. Windows color (decimal): -6730311 or 12144025. OLE color: 12144025.

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

Color convert

RGB 153 77 185 -
CMYK 0.17 0.58 0 0.27
HSL 282.22º 0.44% 0.51% -
HSV(B) 282.22º 0.58% 0.73% -
XYZ 24.55 15.58 47.61 -
YUV 112.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 153 77 185 0.17 0.58 0 0.27 282.22 0.44 0.51
Hex 99 4D B9 11 3A 0 1B 11A 2C 33
Octal 231 115 271 21 72 0 33 432 54 63
Binary 10011001 1001101 10111001 10001 111010 0 11011 100011010 101100 110011

Color Harmonies of #994DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DB9

Black with #994DB9

Text Example


Text Example

White with #994DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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