Html Css Color HEX #944ECB Deep Lilac

📋 copy color: '#944ECB'

red 148 ◦ green 78 ◦ blue 203

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

Shades of Deep Lilac #944ECB

Tints of Deep Lilac #944ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 34.5%
G = 18.18%
B = 47.32%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#944ECB (or 0x944ECB) is known color: Deep Lilac. HEX triplet: 94, 4E and CB. RGB value is (148,78,203). Sum of RGB (Red+Green+Blue) = 148+78+203=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #944ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944ECB is #6BB134. Grayscale: #707070. Windows color (decimal): -7057717 or 13323924. OLE color: 13323924.

HSL color Cylindrical-coordinate representation of color #944ECB: hue angle of 273.6º degrees, saturation: 0.55, 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 #944ECB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 78 203 -
CMYK 0.27 0.62 0 0.20
HSL 273.6º 0.55% 0.55% -
HSV(B) 273.6º 0.62% 0.8% -
XYZ 25.72 16.06 58.24 -
YUV 113.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 148 78 203 0.27 0.62 0 0.20 273.6 0.55 0.55
Hex 94 4E CB 1B 3E 0 14 112 37 37
Octal 224 116 313 33 76 0 24 422 67 67
Binary 10010100 1001110 11001011 11011 111110 0 10100 100010010 110111 110111

Color Harmonies of #944ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944ECB

Black with #944ECB

Text Example


Text Example

White with #944ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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