#914AAB

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

Shades of Deep Lilac #914AAB

Tints of Deep Lilac #914AAB

Color information

#914AAB (or 0x914AAB) is unknown color: approx Deep Lilac. HEX triplet: 91, 4A and AB. RGB value is (145,74,171). Sum of RGB (Red+Green+Blue) = 145+74+171=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #914AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914AAB is #6EB554. Grayscale: #696969. Windows color (decimal): -7255381 or 11225745. OLE color: 11225745.

HSL color Cylindrical-coordinate representation of color #914AAB: hue angle of 283.92º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #914AAB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14574171-
CMYK0.150.5700.33
HSL283.92º39.59%48.04%-
HSV(B)283.92º56.73%67.06%-
XYZ21.4813.8640.07-
YUV106.29164.52155.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.18%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=37.18%
G=18.97%
B=43.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145741710.150.5700.33283.9239.5948.04
Hex914AABF3902111c2830
Octal22111225317710414345060
Binary1001000110010101010101111111110010100001100011100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #914AAB;
 }
 .AnyTagClassName
 {
   color: #914AAB;
 }
</style>
background-color css

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

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

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

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

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

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