#926DBB

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

Shades of Lilac Bush #926DBB

Tints of Lilac Bush #926DBB

Color information

#926DBB (or 0x926DBB) is unknown color: approx Lilac Bush. HEX triplet: 92, 6D and BB. RGB value is (146,109,187). Sum of RGB (Red+Green+Blue) = 146+109+187=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #926DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DBB is #6D9244. Grayscale: #808080. Windows color (decimal): -7180869 or 12283282. OLE color: 12283282.

HSL color Cylindrical-coordinate representation of color #926DBB: hue angle of 268.46º 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 #926DBB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146109187-
CMYK0.220.4200.27
HSL268.46º36.45%58.04%-
HSV(B)268.46º41.71%73.33%-
XYZ26.2920.6449.61-
YUV128.96160.76140.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=33.03%
G=24.66%
B=42.31%

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
Decimal1461091870.220.4200.27268.4636.4558.04
Hex926DBB162A01B10c243a
Octal22215527326520334144472
Binary1001001011011011011101110110101010011011100001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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