Html Css Color HEX #994ECD Deep Lilac

📋 copy color: '#994ECD'

red 153 ◦ green 78 ◦ blue 205

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

Shades of Deep Lilac #994ECD

Tints of Deep Lilac #994ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.89%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 35.09%
G = 17.89%
B = 47.02%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#994ECD (or 0x994ECD) is known color: Deep Lilac. HEX triplet: 99, 4E and CD. RGB value is (153,78,205). Sum of RGB (Red+Green+Blue) = 153+78+205=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #994ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994ECD is #66B132. Grayscale: #727272. Windows color (decimal): -6730035 or 13455001. OLE color: 13455001.

HSL color Cylindrical-coordinate representation of color #994ECD: hue angle of 275.43º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994ECD is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 78 205 -
CMYK 0.25 0.62 0 0.20
HSL 275.43º 0.56% 0.55% -
HSV(B) 275.43º 0.62% 0.8% -
XYZ 26.88 16.63 59.55 -
YUV 114.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 153 78 205 0.25 0.62 0 0.20 275.43 0.56 0.55
Hex 99 4E CD 19 3E 0 14 113 38 37
Octal 231 116 315 31 76 0 24 423 70 67
Binary 10011001 1001110 11001101 11001 111110 0 10100 100010011 111000 110111

Color Harmonies of #994ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994ECD

Black with #994ECD

Text Example


Text Example

White with #994ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,78,205); }

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

background-color css

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

 a { background-color: rgb(153,78,205); }

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

border-color css

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

 span { border-color: rgb(153,78,205); }

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