Html Css Color HEX #914DAD Deep Lilac

📋 copy color: '#914DAD'

red 145 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #914DAD

Tints of Deep Lilac #914DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 36.71%
G = 19.49%
B = 43.8%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#914DAD (or 0x914DAD) is known color: Deep Lilac. HEX triplet: 91, 4D and AD. RGB value is (145,77,173). Sum of RGB (Red+Green+Blue) = 145+77+173=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #914DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914DAD is #6EB252. Grayscale: #6B6B6B. Windows color (decimal): -7254611 or 11357585. OLE color: 11357585.

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

Color convert

RGB 145 77 173 -
CMYK 0.16 0.55 0 0.32
HSL 282.5º 0.38% 0.49% -
HSV(B) 282.5º 0.55% 0.68% -
XYZ 21.87 14.34 41.15 -
YUV 108.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 145 77 173 0.16 0.55 0 0.32 282.5 0.38 0.49
Hex 91 4D AD 10 37 0 20 11A 26 31
Octal 221 115 255 20 67 0 40 432 46 61
Binary 10010001 1001101 10101101 10000 110111 0 100000 100011010 100110 110001

Color Harmonies of #914DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DAD

Black with #914DAD

Text Example


Text Example

White with #914DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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