#926BB9

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

Shades of Lilac Bush #926BB9

Tints of Lilac Bush #926BB9

Color information

#926BB9 (or 0x926BB9) is unknown color: approx Lilac Bush. HEX triplet: 92, 6B and B9. RGB value is (146,107,185). Sum of RGB (Red+Green+Blue) = 146+107+185=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #926BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BB9 is #6D9446. Grayscale: #7F7F7F. Windows color (decimal): -7181383 or 12151698. OLE color: 12151698.

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

Color convert

RGB146107185-
CMYK0.210.4200.27
HSL270º35.78%57.25%-
HSV(B)270º42.16%72.55%-
XYZ25.8720.1348.42-
YUV127.55160.42141.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=33.33%
G=24.43%
B=42.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461071850.210.4200.2727035.7857.25
Hex926BB9152A01B10e2439
Octal22215327125520334164471
Binary1001001011010111011100110101101010011011100001110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,107,185); }

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

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

 a { background-color: rgb(146,107,185); }

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

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

 span { border-color: rgb(146,107,185); }

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