#916DBA

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

Shades of Lilac Bush #916DBA

Tints of Lilac Bush #916DBA

Color information

#916DBA (or 0x916DBA) is unknown color: approx Lilac Bush. HEX triplet: 91, 6D and BA. RGB value is (145,109,186). Sum of RGB (Red+Green+Blue) = 145+109+186=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #916DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DBA is #6E9245. Grayscale: #808080. Windows color (decimal): -7246406 or 12217745. OLE color: 12217745.

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

Color convert

RGB145109186-
CMYK0.220.4100.27
HSL268.05º35.81%57.84%-
HSV(B)268.05º41.4%72.94%-
XYZ26.0120.549.04-
YUV128.54160.43139.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.95%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=32.95%
G=24.77%
B=42.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451091860.220.4100.27268.0535.8157.84
Hex916DBA162901B10c243a
Octal22115527226510334144472
Binary1001000111011011011101010110101001011011100001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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