Html Css Color HEX #914DAE Deep Lilac

📋 copy color: '#914DAE'

red 145 ◦ green 77 ◦ blue 174

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

Shades of Deep Lilac #914DAE

Tints of Deep Lilac #914DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 36.62%
G = 19.44%
B = 43.94%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#914DAE (or 0x914DAE) is known color: Deep Lilac. HEX triplet: 91, 4D and AE. RGB value is (145,77,174). Sum of RGB (Red+Green+Blue) = 145+77+174=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #914DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914DAE is #6EB251. Grayscale: #6C6C6C. Windows color (decimal): -7254610 or 11423121. OLE color: 11423121.

HSL color Cylindrical-coordinate representation of color #914DAE: hue angle of 282.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914DAE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 77 174 -
CMYK 0.17 0.56 0 0.32
HSL 282.06º 0.39% 0.49% -
HSV(B) 282.06º 0.56% 0.68% -
XYZ 21.97 14.38 41.66 -
YUV 108.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 145 77 174 0.17 0.56 0 0.32 282.06 0.39 0.49
Hex 91 4D AE 11 38 0 20 11A 27 31
Octal 221 115 256 21 70 0 40 432 47 61
Binary 10010001 1001101 10101110 10001 111000 0 100000 100011010 100111 110001

Color Harmonies of #914DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DAE

Black with #914DAE

Text Example


Text Example

White with #914DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,77,174); }

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

background-color css

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

 a { background-color: rgb(145,77,174); }

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

border-color css

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

 span { border-color: rgb(145,77,174); }

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