Html Css Color HEX #994DAF Deep Lilac

📋 copy color: '#994DAF'

red 153 ◦ green 77 ◦ blue 175

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

Shades of Deep Lilac #994DAF

Tints of Deep Lilac #994DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 37.78%
G = 19.01%
B = 43.21%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#994DAF (or 0x994DAF) is known color: Deep Lilac. HEX triplet: 99, 4D and AF. RGB value is (153,77,175). Sum of RGB (Red+Green+Blue) = 153+77+175=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #994DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994DAF is #66B250. Grayscale: #6E6E6E. Windows color (decimal): -6730321 or 11488665. OLE color: 11488665.

HSL color Cylindrical-coordinate representation of color #994DAF: hue angle of 286.53º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994DAF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 77 175 -
CMYK 0.13 0.56 0 0.31
HSL 286.53º 0.39% 0.49% -
HSV(B) 286.53º 0.56% 0.69% -
XYZ 23.53 15.18 42.25 -
YUV 110.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 153 77 175 0.13 0.56 0 0.31 286.53 0.39 0.49
Hex 99 4D AF D 38 0 1F 11F 27 31
Octal 231 115 257 15 70 0 37 437 47 61
Binary 10011001 1001101 10101111 1101 111000 0 11111 100011111 100111 110001

Color Harmonies of #994DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DAF

Black with #994DAF

Text Example


Text Example

White with #994DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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