Html Css Color HEX #914ECE Deep Lilac

📋 copy color: '#914ECE'

red 145 ◦ green 78 ◦ blue 206

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

Shades of Deep Lilac #914ECE

Tints of Deep Lilac #914ECE

RGB

 RED value IS 145 (57.03% from 255) = 33.8%

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

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

R = 33.8%
G = 18.18%
B = 48.02%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#914ECE (or 0x914ECE) is known color: Deep Lilac. HEX triplet: 91, 4E and CE. RGB value is (145,78,206). Sum of RGB (Red+Green+Blue) = 145+78+206=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #914ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914ECE is #6EB131. Grayscale: #707070. Windows color (decimal): -7254322 or 13520529. OLE color: 13520529.

HSL color Cylindrical-coordinate representation of color #914ECE: hue angle of 271.41º 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 #914ECE is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 78 206 -
CMYK 0.30 0.62 0 0.19
HSL 271.41º 0.57% 0.56% -
HSV(B) 271.41º 0.62% 0.81% -
XYZ 25.54 15.92 60.12 -
YUV 112.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 145 78 206 0.30 0.62 0 0.19 271.41 0.57 0.56
Hex 91 4E CE 1E 3E 0 13 10F 39 38
Octal 221 116 316 36 76 0 23 417 71 70
Binary 10010001 1001110 11001110 11110 111110 0 10011 100001111 111001 111000

Color Harmonies of #914ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914ECE

Black with #914ECE

Text Example


Text Example

White with #914ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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