Html Css Color HEX #944ECE Deep Lilac

📋 copy color: '#944ECE'

red 148 ◦ green 78 ◦ blue 206

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

Shades of Deep Lilac #944ECE

Tints of Deep Lilac #944ECE

RGB

 RED value IS 148 (58.2% from 255) = 34.26%

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 34.26%
G = 18.06%
B = 47.69%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#944ECE (or 0x944ECE) is known color: Deep Lilac. HEX triplet: 94, 4E and CE. RGB value is (148,78,206). Sum of RGB (Red+Green+Blue) = 148+78+206=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #944ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944ECE is #6BB131. Grayscale: #717171. Windows color (decimal): -7057714 or 13520532. OLE color: 13520532.

HSL color Cylindrical-coordinate representation of color #944ECE: hue angle of 272.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #944ECE is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 78 206 -
CMYK 0.28 0.62 0 0.19
HSL 272.81º 0.57% 0.56% -
HSV(B) 272.81º 0.62% 0.81% -
XYZ 26.08 16.2 60.15 -
YUV 113.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 148 78 206 0.28 0.62 0 0.19 272.81 0.57 0.56
Hex 94 4E CE 1C 3E 0 13 111 39 38
Octal 224 116 316 34 76 0 23 421 71 70
Binary 10010100 1001110 11001110 11100 111110 0 10011 100010001 111001 111000

Color Harmonies of #944ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944ECE

Black with #944ECE

Text Example


Text Example

White with #944ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944ECE; }

 p { color: rgb(148,78,206); }

 H1.HeaderClassName
 {
   color: #944ECE;
 }
 .AnyTagClassName
 {
   color: #944ECE;
 }
</style>

background-color css

<style>
 a { background-color: #944ECE; }

 a { background-color: rgb(148,78,206); }

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

border-color css

<style>
 span { border-color: #944ECE; }

 span { border-color: rgb(148,78,206); }

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