Html Css Color HEX #914DAC Deep Lilac

📋 copy color: '#914DAC'

red 145 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #914DAC

Tints of Deep Lilac #914DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 36.8%
G = 19.54%
B = 43.65%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#914DAC (or 0x914DAC) is known color: Deep Lilac. HEX triplet: 91, 4D and AC. RGB value is (145,77,172). Sum of RGB (Red+Green+Blue) = 145+77+172=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #914DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914DAC is #6EB253. Grayscale: #6B6B6B. Windows color (decimal): -7254612 or 11292049. OLE color: 11292049.

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

Color convert

RGB 145 77 172 -
CMYK 0.16 0.55 0 0.33
HSL 282.95º 0.38% 0.49% -
HSV(B) 282.95º 0.55% 0.67% -
XYZ 21.78 14.31 40.64 -
YUV 108.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 145 77 172 0.16 0.55 0 0.33 282.95 0.38 0.49
Hex 91 4D AC 10 37 0 21 11B 26 31
Octal 221 115 254 20 67 0 41 433 46 61
Binary 10010001 1001101 10101100 10000 110111 0 100001 100011011 100110 110001

Color Harmonies of #914DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DAC

Black with #914DAC

Text Example


Text Example

White with #914DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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