Html Css Color HEX #914DAB Deep Lilac

📋 copy color: '#914DAB'

red 145 ◦ green 77 ◦ blue 171

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

Shades of Deep Lilac #914DAB

Tints of Deep Lilac #914DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 36.9%
G = 19.59%
B = 43.51%

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

#914DAB (or 0x914DAB) is known color: Deep Lilac. HEX triplet: 91, 4D and AB. RGB value is (145,77,171). Sum of RGB (Red+Green+Blue) = 145+77+171=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #914DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914DAB is #6EB254. Grayscale: #6B6B6B. Windows color (decimal): -7254613 or 11226513. OLE color: 11226513.

HSL color Cylindrical-coordinate representation of color #914DAB: hue angle of 283.4º 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 #914DAB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 77 171 -
CMYK 0.15 0.55 0 0.33
HSL 283.4º 0.38% 0.49% -
HSV(B) 283.4º 0.55% 0.67% -
XYZ 21.68 14.27 40.14 -
YUV 108.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 145 77 171 0.15 0.55 0 0.33 283.4 0.38 0.49
Hex 91 4D AB F 37 0 21 11B 26 31
Octal 221 115 253 17 67 0 41 433 46 61
Binary 10010001 1001101 10101011 1111 110111 0 100001 100011011 100110 110001

Color Harmonies of #914DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DAB

Black with #914DAB

Text Example


Text Example

White with #914DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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