Html Css Color HEX #914DAA Deep Lilac

📋 copy color: '#914DAA'

red 145 ◦ green 77 ◦ blue 170

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

Shades of Deep Lilac #914DAA

Tints of Deep Lilac #914DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 36.99%
G = 19.64%
B = 43.37%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#914DAA (or 0x914DAA) is known color: Deep Lilac. HEX triplet: 91, 4D and AA. RGB value is (145,77,170). Sum of RGB (Red+Green+Blue) = 145+77+170=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #914DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914DAA is #6EB255. Grayscale: #6B6B6B. Windows color (decimal): -7254614 or 11160977. OLE color: 11160977.

HSL color Cylindrical-coordinate representation of color #914DAA: hue angle of 283.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914DAA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 77 170 -
CMYK 0.15 0.55 0 0.33
HSL 283.87º 0.38% 0.48% -
HSV(B) 283.87º 0.55% 0.67% -
XYZ 21.59 14.23 39.64 -
YUV 107.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 145 77 170 0.15 0.55 0 0.33 283.87 0.38 0.48
Hex 91 4D AA F 37 0 21 11C 26 30
Octal 221 115 252 17 67 0 41 434 46 60
Binary 10010001 1001101 10101010 1111 110111 0 100001 100011100 100110 110000

Color Harmonies of #914DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DAA

Black with #914DAA

Text Example


Text Example

White with #914DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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