#916ABA

Color #916ABA Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #916ABA

Tints of Lilac Bush #916ABA

Color information

#916ABA (or 0x916ABA) is unknown color: approx Lilac Bush. HEX triplet: 91, 6A and BA. RGB value is (145,106,186). Sum of RGB (Red+Green+Blue) = 145+106+186=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #916ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ABA is #6E9545. Grayscale: #7E7E7E. Windows color (decimal): -7247174 or 12216977. OLE color: 12216977.

HSL color Cylindrical-coordinate representation of color #916ABA: hue angle of 269.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #916ABA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145106186-
CMYK0.220.4300.27
HSL269.25º36.7%57.25%-
HSV(B)269.25º43.01%72.94%-
XYZ25.6919.8748.94-
YUV126.78161.42141-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=33.18%
G=24.26%
B=42.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451061860.220.4300.27269.2536.757.25
Hex916ABA162B01B10d2539
Octal22115227226530334154571
Binary1001000111010101011101010110101011011011100001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916ABA; }

 p { color: rgb(145,106,186); }

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

<style>
 a { background-color: #916ABA; }

 a { background-color: rgb(145,106,186); }

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

<style>
 span { border-color: #916ABA; }

 span { border-color: rgb(145,106,186); }

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