#914DAB

Color #914DAB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #914DAB

Tints of Deep Lilac #914DAB

Color information

#914DAB (or 0x914DAB) is unknown color: approx 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

RGB14577171-
CMYK0.150.5500.33
HSL283.4º37.9%48.63%-
HSV(B)283.4º54.97%67.06%-
XYZ21.6814.2740.14-
YUV108.05163.53154.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=36.90%
G=19.59%
B=43.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145771710.150.5500.33283.437.948.63
Hex914DABF3702111b2631
Octal22111525317670414334661
Binary1001000110011011010101111111101110100001100011011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>