#916DBB

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

Shades of Lilac Bush #916DBB

Tints of Lilac Bush #916DBB

Color information

#916DBB (or 0x916DBB) is unknown color: approx Lilac Bush. HEX triplet: 91, 6D and BB. RGB value is (145,109,187). Sum of RGB (Red+Green+Blue) = 145+109+187=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #916DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DBB is #6E9244. Grayscale: #808080. Windows color (decimal): -7246405 or 12283281. OLE color: 12283281.

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

Color convert

RGB145109187-
CMYK0.220.4200.27
HSL267.69º36.45%58.04%-
HSV(B)267.69º41.71%73.33%-
XYZ26.1220.5449.6-
YUV128.66160.93139.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.88%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=32.88%
G=24.72%
B=42.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451091870.220.4200.27267.6936.4558.04
Hex916DBB162A01B10c243a
Octal22115527326520334144472
Binary1001000111011011011101110110101010011011100001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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