Html Css Color HEX #914EA7 Deep Lilac

📋 copy color: '#914EA7'

red 145 ◦ green 78 ◦ blue 167

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

Shades of Deep Lilac #914EA7

Tints of Deep Lilac #914EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 37.18%
G = 20%
B = 42.82%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#914EA7 (or 0x914EA7) is known color: Deep Lilac. HEX triplet: 91, 4E and A7. RGB value is (145,78,167). Sum of RGB (Red+Green+Blue) = 145+78+167=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #914EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914EA7 is #6EB158. Grayscale: #6B6B6B. Windows color (decimal): -7254361 or 10964625. OLE color: 10964625.

HSL color Cylindrical-coordinate representation of color #914EA7: hue angle of 285.17º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #914EA7 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 145 78 167 -
CMYK 0.13 0.53 0 0.35
HSL 285.17º 0.36% 0.48% -
HSV(B) 285.17º 0.53% 0.65% -
XYZ 21.38 14.26 38.18 -
YUV 108.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 145 78 167 0.13 0.53 0 0.35 285.17 0.36 0.48
Hex 91 4E A7 D 35 0 23 11D 24 30
Octal 221 116 247 15 65 0 43 435 44 60
Binary 10010001 1001110 10100111 1101 110101 0 100011 100011101 100100 110000

Color Harmonies of #914EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914EA7

Black with #914EA7

Text Example


Text Example

White with #914EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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