Html Css Color HEX #914DA4 Deep Lilac

📋 copy color: '#914DA4'

red 145 ◦ green 77 ◦ blue 164

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

Shades of Deep Lilac #914DA4

Tints of Deep Lilac #914DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 37.56%
G = 19.95%
B = 42.49%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#914DA4 (or 0x914DA4) is known color: Deep Lilac. HEX triplet: 91, 4D and A4. RGB value is (145,77,164). Sum of RGB (Red+Green+Blue) = 145+77+164=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #914DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914DA4 is #6EB25B. Grayscale: #6A6A6A. Windows color (decimal): -7254620 or 10767761. OLE color: 10767761.

HSL color Cylindrical-coordinate representation of color #914DA4: hue angle of 286.9º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #914DA4 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 145 77 164 -
CMYK 0.12 0.53 0 0.36
HSL 286.9º 0.36% 0.47% -
HSV(B) 286.9º 0.53% 0.64% -
XYZ 21.03 14.01 36.72 -
YUV 107.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 145 77 164 0.12 0.53 0 0.36 286.9 0.36 0.47
Hex 91 4D A4 C 35 0 24 11F 24 2F
Octal 221 115 244 14 65 0 44 437 44 57
Binary 10010001 1001101 10100100 1100 110101 0 100100 100011111 100100 101111

Color Harmonies of #914DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DA4

Black with #914DA4

Text Example


Text Example

White with #914DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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